Registry / database / tc-value

tc-value

JSON →
library0.13.1rscratesunverified

TinyChain's representation of a value which can be collated and stored.

# Cargo.toml [dependencies] tc-value = "0.13.1"
INSTALL
IMPORT
SIG · TC-VALUE
T
tc-value
databaserustv0.13.1
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.

Value
use tc_value::Value;

Creates a collatable value from an integer.

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

No known issues recorded.

Upgrade
Version history
0.13.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
22 hits · last 30 days
node
18
Meta
2
OpenAI (training)
1
Resources
tc-value — cargo add tc-value · libregistry