Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/eugenehp/swift-runtime-sys

Rust bindings generated for the Swift Runtime.
https://github.com/eugenehp/swift-runtime-sys

Last synced: 3 days ago
JSON representation

Rust bindings generated for the Swift Runtime.

Awesome Lists containing this project

README

        

# swift-runtime-sys

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

**Status**: WIP!

## Pick Swift version

```shell
cd swift && git checkout swift-6.0.1-RELEASE
```

## Build the bindings

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

## License

[Apache 2.0](/LICENSE)