version_check

Macro version_check 

Source
macro_rules! version_check {
    ($major:expr, $minor:expr, $patch:expr) => { ... };
}
Expand description

Macro to check the library version is compatible (semver).