Rust and C/C++ build system integration tool for seamless interop
Easy Rust and C/C++ Integration
corrosion
$ corrosion new my_project
$ corrosion_import_crate(CRATE ./src/rust TARGET rust_lib)
$ target_link_libraries(my_app rust_lib)