1 2 3 4 5 6 7
//! `buildtime` //! include!(concat!(env!("OUT_DIR"), "/buildtime.rs")); /// Build time stamp of the crate pub const BUILD_TIME: &str = CRATE_BUILD_TIME;