corge-rs 0.1.1

A small Rust-powered build tool for C projects: init, build, deps, profiles, and tooling.
Documentation
1
2
3
4
5
6
pub mod init;
pub mod build;
pub mod run;
pub mod clean;
pub mod compilation_database;
pub mod clone;