macro_rules! package_version_strings {
() => { ... };
}Expand description
Instantiates a VersionStrings with the
major.minor.patch version of the library where it is invoked.
macro_rules! package_version_strings {
() => { ... };
}Instantiates a VersionStrings with the
major.minor.patch version of the library where it is invoked.