Registry / other / tcgeneric

tcgeneric

JSON →
library0.11.0rscratesunverified

Generic data types used internally by the TinyChain blockchain framework for representing values and transactions.

# Cargo.toml [dependencies] tcgeneric = "0.11.0"
INSTALL
IMPORT
SIG · TCGENERIC
T
tcgeneric
otherrustv0.11.0
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.

TinyChainValue
use tcgeneric::TinyChainValue;

Create and display a generic TinyChain value.

use tcgeneric::TinyChainValue; fn main() { let val = TinyChainValue::from(42); println!("Value: {:?}", val); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.11.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
tcgeneric — cargo add tcgeneric · libregistry