macro_rules! api_version {
($from:literal..=$to:literal) => { ... };
($from:literal..=$to:literal, $filter:expr) => { ... };
}
Expand description
Create an ApiVersionLayer correctly initialized with non-empty and strictly monotonically increasing versions in the given inclusive range.