swift-runtime-sys

Crates.ioswift-runtime-sys
lib.rsswift-runtime-sys
version0.0.3
sourcesrc
created_at2024-08-06 05:58:03.987876
updated_at2024-10-01 01:49:10.466611
descriptionRust bindings generated for the Swift Runtime
homepage
repositoryhttps://github.com/eugenehp/swift-runtime-sys
max_upload_size
id1326939
size1,217,773
Eugene Hauptmann (eugenehp)

documentation

README

swift-runtime-sys

An attempt to have Rust bindings generated for the Swift Runtime.

Status: WIP!

Pick Swift version

cd swift && git checkout swift-6.0.1-RELEASE

Build the bindings

export SWIFT_RUNTIME=$(xcrun -show-sdk-path)/usr/lib/swift
cargo build

License

Apache 2.0

Commit count: 45

cargo fmt