ccgo 3.4.1

A high-performance C++ cross-platform build CLI
1
2
3
4
5
//! Configuration handling for CCGO.toml

mod ccgo_toml;

pub use ccgo_toml::*;