macro_rules! version { ($range:expr) => { ... }; }
Expand description
A helper macro to make version restrictions simpler to read and write.
macro_rules! version { ($range:expr) => { ... }; }
A helper macro to make version restrictions simpler to read and write.