macro_rules! cargo_crate_version {
() => { ... };
}Expand description
Allows you to pull the version from your Cargo.toml at compile time as
MAJOR.MINOR.PATCH_PKGVERSION_PRE
macro_rules! cargo_crate_version {
() => { ... };
}Allows you to pull the version from your Cargo.toml at compile time as
MAJOR.MINOR.PATCH_PKGVERSION_PRE