8000 GitHub - PGIII/c_rust_template: Template for building Rust based modules Into C programs with CMake
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

PGIII/c_rust_template

Repository files navigation

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

About

Template for building Rust based modules Into C programs with CMake

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0