Expand description
Version module for the Tetcore runtime; Provides a function that returns the runtime version.
Macros§
- create_
apis_ vec - Create a vector of Api declarations.
- create_
runtime_ str - Create a const
RuntimeString.
Structs§
- Native
Version - Runtime
Version - Runtime version.
This should not be thought of as classic Semver (major/minor/tiny).
This triplet have different semantics and mis-interpretation could cause problems.
In particular: bug fixes should result in an increment of
spec_versionand possiblyauthoring_version, absolutely notimpl_versionsince they change the semantics of the runtime.
Traits§
- GetRuntime
Version - Something that can provide the runtime version at a given block and the native runtime version.