Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 154 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 154 Bytes

Rust Lib Cpp

Calling a Rust library from Cpp

Run with CMake

mkdir build

cd build

cmake ..

make

Run with Makefile

make