Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 390 Bytes

README.md

File metadata and controls

31 lines (17 loc) · 390 Bytes

Blog Post

Requires

  • CMake
  • Ninja
  • Rustc/Cargo

Building

Building of both the rust module and the main C program are done through CMake with CMakePresets

Configuring

Release

cmake --preset default

Debug

cmake --preset debug

Building

Release

cmake --build --preset default

Debug

cmake --build --preset debug