dcr 0.6.7

DCR is a utility for managing C/C++ projects in a Cargo-like style.
1
2
3
4
5
6
7
8
9
10
11
12
13
pub mod add;
pub mod build;
pub mod clean;
pub mod flag_update;
pub mod flags;
pub mod r#gen;
pub mod help;
pub mod init;
pub mod new;
pub mod run;
pub mod setup;
pub mod test;
pub mod tree;