使用旧的 Rust 2015
|
0.0.5
| 2015年1月25日 |
|
0.0.4
| 2015年1月15日 |
|
0.0.3
| 2015年1月14日 |
|
0.0.2
| 2014年12月29日 |
|
0.0.1
| 2014年12月19日 |
#2 in #rub
52 每月下载次数
用于 7 crates
buildable
Buidable 特性库
状态

lib.rs:
定义了 BuildConfig 类型,Buildable 特性和 LifeCycle 枚举。
示例
use buildable::BuildConfig;
let mut bc = BuildConfig::new();
bc.project("v8");