trondhe / rusty_cmake

Rust cmake integration template with corrosion and cxx

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rusty cmake

Integrate Rust in a Cmake project with Corrosion and Cxx.

This has now been updated with using corrosion_add_cxxbridge function from corrosion, removing the need for external cmake scripts, making the setup much simpler

To build and run do

configure:
cmake --preset default

build:
cmake --build --preset default

run:
build/default/src/rusty_cmake

About

Rust cmake integration template with corrosion and cxx

License:The Unlicense


Languages

Language:CMake 66.7%Language:C++ 20.1%Language:Rust 13.2%