Crate ww_version

Crate ww_version 

Source

Re-exports§

pub use semver;

Structs§

CompactVersion
Compact version for traits-based requests that are made often or through limited bandwidth interfaces. Type id is globally unique across all crates, tracked manually via ww_global registry. NOTE: Size or structure of this type can no longer be changed without breaking compatibility, only reserved bits can still be used to carry new information.
FullVersion
NOTE: Size or structure of this type can no longer be changed without breaking compatibility, only reserved bits can still be used to carry new information.
FullVersionOwned
NOTE: Size or structure of this type can no longer be changed without breaking compatibility, only reserved bits can still be used to carry new information.
Version
SemVer version as defined by https://semver.org in ShrinkWrap format. The minimum size is 2 bytes, when major, minor and patch are less than 8 and pre and build are None. VersionOwned is automatically generated from this definition as well and uses String instead. NOTE: Size or structure of this type can no longer be changed without breaking compatibility, only reserved bits can still be used to carry new information.
VersionOwned
SemVer version as defined by https://semver.org in ShrinkWrap format. The minimum size is 2 bytes, when major, minor and patch are less than 8 and pre and build are None. VersionOwned is automatically generated from this definition as well and uses String instead. NOTE: Size or structure of this type can no longer be changed without breaking compatibility, only reserved bits can still be used to carry new information.