build-pretty 1.0.0

Pretty to your custom Build Script(build.sh) log displaying!
Documentation
1
2
3
4
#[cfg(debug_assertions)]
pub const BUILD_TYPE_STRING: &str = "debug";
#[cfg(not(debug_assertions))]
pub const BUILD_TYPE_STRING: &str = "release";