Embedding Go in a Rust Program
A simple example of adding a Go library to a Rust program, and then using the bindgen FFI to call Go functions from Rust.
A simple example of adding a Go library to a Rust program, and then using the bindgen FFI to call Go functions from Rust.