Sample project for compiling rust with meson.
 
 
Go to file
Mahmoud Al-Qudsi b9d12bbc8d Add basic meson.build for rust project
While the project compiles OK with `cargo build`, it does not compile
with meson. See https://github.com/mesonbuild/meson/issues/3632
2018-05-26 13:34:57 -05:00
src Initial multi-file sample rust project 2018-05-26 13:33:02 -05:00
.gitignore Add basic meson.build for rust project 2018-05-26 13:34:57 -05:00
Cargo.lock Initial multi-file sample rust project 2018-05-26 13:33:02 -05:00
Cargo.toml Initial multi-file sample rust project 2018-05-26 13:33:02 -05:00
meson.build Add basic meson.build for rust project 2018-05-26 13:34:57 -05:00