fud-core 0.0.2

Library for building declarative build tools
Documentation
1
2
3
4
5
6
7
pub mod cli;
pub mod config;
pub mod exec;
pub mod run;
pub mod utils;

pub use exec::{Driver, DriverBuilder};