#swift #stdlib #bindgen

swift-std

[WIP] Bindings to Swift's standard library

1 unstable release

0.0.0 Oct 11, 2019

#33 in #stdlib

MIT/Apache

6KB

swift-bindgen

Bridging the gap between Swift and Rust, brought to you by Nikolai Vazquez!

This project is very much a work-in-progress. If you would like to contribute, please get involved by submitting issues, pull requests, or getting in contact to brainstorm.

If this project is useful to you, please support it by sponsoring on GitHub or donating directly!

Project Structure

This project is composed of the following crates:

  • swift-bindgen: Generates bindings for two-way bridging of Rust/Swift types.

  • swift: High-level idiomatic bindings to the Swift standard library.

  • swift-rt: High-level idiomatic bindings to the Swift runtime.

  • swift-sys: Low-level bindings to the Swift runtime.

Acknowledgements

  • Jordan Rose (@UINT_MIN) for insight into how the Swift runtime works internally.

  • Joe Groff (@jckarter) for being my Swift emotional support dog while I ask for feedback on my assumptions of Swift internals and ABI.

  • Contributors to Swift—past, present, and future—for creating a fascinating language that makes apps easier to develop and faster to run.

License

This project is licensed under the Apache License (Version 2.0).

Dependencies

~6KB