5 releases
Uses old Rust 2015
0.0.5 | Jan 25, 2015 |
---|---|
0.0.4 | Jan 15, 2015 |
0.0.3 | Jan 14, 2015 |
0.0.2 | Dec 29, 2014 |
0.0.1 | Dec 19, 2014 |
#2 in #rub
41 downloads per month
Used in 7 crates
18KB
391 lines
buildable
Buidable Trait Library
Status
lib.rs
:
Defines the BuildConfig
type, the Buildable
trait, and the LifeCycle
enum.
Examples
use buildable::BuildConfig;
let mut bc = BuildConfig::new();
bc.project("v8");