swift-runtime-sys 0.0.3

Rust bindings generated for the Swift Runtime
Documentation
  • Coverage
  • 0.09%
    12 out of 14038 items documented0 out of 919 items with examples
  • Size
  • Source code size: 1.21 MB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 443.14 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 1m 29s Average build duration of successful builds.
  • all releases: 1m 29s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • eugenehp/swift-runtime-sys
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • eugenehp

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