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
7
pub mod configuration_parser;
pub mod dependency_source_fetcher;
pub mod dependency_include_fetcher;
pub mod compiler;
pub mod linker;
pub mod files_fetcher;
pub mod dir_copier;