macro_rules! crate_version {
() => { ... };
}Expand description
Gets the version of the crate as defined in your Cargo.toml.
Will be &str
macro_rules! crate_version {
() => { ... };
}Gets the version of the crate as defined in your Cargo.toml.
Will be &str