macro_rules! version {
($range:expr) => { ... };
}
Available on (crate features
formatting
or parsing
) and crate feature alloc
only.Expand description
A helper macro to make version restrictions simpler to read and write.