leafbuild 0.0.1-dev.1

A WIP C/C++ buildsystem.
Documentation
1
2
3
pub fn get_ar() -> Result<PathBuf, Error> {
    which::which("ar")
}