Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/imwildcat/go-and-rust-example


https://github.com/imwildcat/go-and-rust-example

Last synced: 5 days ago
JSON representation

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