Skip to main content

Crate linera_version

Crate linera_version 

Source
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.
CrateVersion
A semantic version number of a crate.
Pretty
A wrapper that serializes a value of type T through a more human-readable representation type Repr.
VersionInfo
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.