Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/eugenehp/swift-runtime-sys
- Owner: eugenehp
- License: apache-2.0
- Created: 2024-08-06T05:51:56.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-01T01:50:12.000Z (about 1 month ago)
- Last Synced: 2024-10-01T07:15:45.128Z (about 1 month ago)
- Language: Rust
- Size: 257 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)