macro_rules! setup_version_info {
() => { ... };
}Expand description
This macro can be used in build.rs to automatically set the needed environment values, namely
GIT_HASH, COMMIT_DATE and RUSTC_RELEASE_CHANNEL
macro_rules! setup_version_info {
() => { ... };
}This macro can be used in build.rs to automatically set the needed environment values, namely
GIT_HASH, COMMIT_DATE and RUSTC_RELEASE_CHANNEL