Crate simple_version

Source

Macros§

version_from_pkg
Creates a new Version<T> from the CARGO_PKG_VERSION environment variable at compile time (i.e., from your crate’s Cargo.toml).

Structs§

Version
A struct that represents a version consisting of major, minor, patch, and an optional build number.