swift-runtime-sys 0.0.1

Rust bindings generated for the Swift Runtime
Documentation
# swift-runtime-sys

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

**Status**: WIP!

## Pick Swift version

```shell
git checkout swift-5.10.1-RELEASE
```

## Build the bindings

```shell
cargo build
```

## License

[Apache 2.0](/LICENSE)