#swift #stdlib #bindgen

swift-sys

[WIP] Bindings to Swift's built-in types and functions

1 unstable release

0.0.0 Sep 16, 2019

#18 in #stdlib

21 downloads per month
Used in 2 crates

MIT/Apache

3KB

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).


lib.rs:

This crate is under construction. Please contact Nikolai Vazquez if you would like to get involved.

Dependencies

~6KB