//! Information from build.
//!
//! Keeping this simple and ensuring we control what constants are exposed to the rest of the code base.
/// Information from build, made available by built crate.
/// Valid SemVer version constructed using declared Cargo version and short commit hash.
pub const FULL_VERSION: &str = ;