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 config;
pub mod cli;
pub mod std_command_ext;
pub mod tool;
pub mod command;
pub mod extension_manager;