Crates.io | swift-runtime-sys |
lib.rs | swift-runtime-sys |
version | 0.0.3 |
source | src |
created_at | 2024-08-06 05:58:03.987876 |
updated_at | 2024-10-01 01:49:10.466611 |
description | Rust bindings generated for the Swift Runtime |
homepage | |
repository | https://github.com/eugenehp/swift-runtime-sys |
max_upload_size | |
id | 1326939 |
size | 1,217,773 |
An attempt to have Rust bindings generated for the Swift Runtime.
Status: WIP!
cd swift && git checkout swift-6.0.1-RELEASE
export SWIFT_RUNTIME=$(xcrun -show-sdk-path)/usr/lib/swift
cargo build