macro_rules! impl_version {
() => { ... };
}Expand description
Creates a generic VERSION string for OnlyArgs implementations.
The string will take the following form, filling in details from the package’s Cargo.toml:
{package-name} v{package-version}