macro_rules! version_check {
($major:expr, $minor:expr, $patch:expr) => { ... };
}Expand description
Macro to check the library version is compatible (semver).
macro_rules! version_check {
($major:expr, $minor:expr, $patch:expr) => { ... };
}Macro to check the library version is compatible (semver).