Registry / utility / tp-version

tp-version

JSON →
library2.1.2rscratesunverified

Version module for the Tetcore runtime, providing a function that returns the runtime version.

# Cargo.toml [dependencies] tp-version = "2.1.2"
INSTALL
IMPORT
SIG · TP-VERSION
T
tp-version
utilityrustv2.1.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

RuntimeVersion
use tp_version::RuntimeVersion;

Creates a new RuntimeVersion instance and prints it.

use tp_version::RuntimeVersion; fn main() { let version = RuntimeVersion::new(); println!("Runtime version: {}", version); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.1.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
tp-version — cargo add tp-version · libregistry