Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/imwildcat/go-and-rust-example
https://github.com/imwildcat/go-and-rust-example
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/imwildcat/go-and-rust-example
- Owner: imWildCat
- License: mpl-2.0
- Created: 2022-03-20T09:23:26.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-03-20T09:23:47.000Z (over 2 years ago)
- Last Synced: 2024-10-26T07:32:18.699Z (18 days ago)
- Language: Rust
- Size: 9.77 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-and-rust-example
## Call Golang code from Rust
1. Follow the Requirements of rust-bindgen to install necessary tools:
2. Build go lib and its C header: `make build-go-lib`
3. Run Rust code: `cargo run`## License
Mozilla Public License Version 2.0