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

Macro to quickly generate a SemanticVersion from a string.

Panics

This macro uses expect to panic if the string is not a valid semantic version.