1 2 3 4 5
const VERERSION: &str = env!("CARGO_PKG_VERSION"); pub fn get_version() -> &'static str { VERERSION }