Function minor

Source
pub fn minor() -> u64
Expand description

Minor version component

It is increased every time a release presents new functionalities are added in a backwards-compatible manner.

ยงPanics

Will panic if package is not built with Cargo, or if the package version is not a valid triplet of integers.