1
2
3
4
//! [Build Scripts](https://doc.rust-lang.org/cargo/reference/build-scripts.html) APIs

pub mod out;
mod env; pub use env::Env;