Macro version_range

Source
macro_rules! version_range {
    ($($peer:expr => ($start:expr, $end:expr)),* $(,)?) => { ... };
}