Macro version

Source
macro_rules! version {
    ($range:expr) => { ... };
}
Expand description

A helper macro to make version restrictions simpler to read and write.