Expand description
This crate is in charge of extracting version information from the Linera build, for troubleshooting information and version compatibility checks.
Structs§
- ApiHashes
- The hashes of the protocol’s external APIs.
- Crate
Version - A semantic version number of a crate.
- Pretty
- A wrapper that serializes a value of type
Tthrough a more human-readable representation typeRepr. - Version
Info - The version info of a build of Linera.
Enums§
- Error
- An error that can occur while extracting version information.
Statics§
- VERSION_
INFO - The version info baked into this build of Linera.
Type Aliases§
- Hash
- A hash of an API surface, stored as a hexadecimal string.