Macros§
- version_
from_ pkg - Creates a new
Version<T>
from theCARGO_PKG_VERSION
environment variable at compile time (i.e., from your crate’sCargo.toml
).
Structs§
- Version
- A struct that represents a version consisting of major, minor, patch, and an optional build number.