builder_cpp 0.9.5

A simple build tool for building C and C++ applications
Documentation
1
2
3
4
5
//! This module contains various logging and toml parsing functions
//! used by the builder_cpp library
pub mod configs;
pub mod log;
pub mod package;