Example project showing how Meson can be used to build mixed Rust/C projects
Clone or download
Latest commit bb3ff7c Jan 11, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
c_from_rust Add files via upload Jan 10, 2019
cargo_rust_from_c libc = "0.2" Jan 11, 2019
rust_from_c Add files via upload Jan 10, 2019
LICENSE Initial commit Jan 10, 2019
README.md Update README.md Jan 10, 2019
meson.build Cargo output now gets printed to the terminal Jan 10, 2019
meson_options.txt Add files via upload Jan 10, 2019
test.sh test.sh prints line breaks Jan 10, 2019

README.md

Meson-Rust-C-FFI-Example

Example project showing how Meson can be used to build mixed Rust/C projects

Run test.sh to go through the build/run/teardown process. Only works on Linux, but could be modified to work on other platforms as well.