buildable 0.0.2

Buildable trait definition and utilities helpful in build lifecycles
1
2
3
4
5
6
//! SCM module definitions.
//!
//! These modules are used by Buildable to interact with different SCM systems.
#![experimental]
pub mod git;
pub mod hg;