Registry / serialization / stdcode

stdcode

JSON →
library0.1.14rscratesunverified

Collection of serialization-related utilities for Themelio.

# Cargo.toml [dependencies] stdcode = "0.1.14"
INSTALL
IMPORT
SIG · STDCODE
S
stdcode
serializationrustv0.1.14
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.

encode
use stdcode::encode;

Encodes a value using stdcode serialization.

use stdcode::encode; fn main() { let data = encode(&42u32).unwrap(); println!("{:?}", data); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.14latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
stdcode — cargo add stdcode · libregistry