leafbuild 0.0.1-dev.1

A WIP C/C++ buildsystem.
Documentation
1
2
3
4
5
6
use std::path::PathBuf;
use std::str::FromStr;
use which::Error;
include!("stack.rs");
include!("language.rs");
include!("get_ar.rs");