Registry / serialization / parity-codec

parity-codec

JSON →
library4.1.4rscratesunverified

A lightweight, efficient binary serialization and deserialization codec.

# Cargo.toml [dependencies] parity-codec = "4.1.4"
INSTALL
IMPORT
SIG · PARITY-CODEC
P
parity-codec
serializationrustv4.1.4
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 parity_codec::Encode;

Encodes a u32 value using the Parity Codec.

use parity_codec::Encode; let encoded = 42u32.encode(); println!("Encoded: {:?}", encoded);
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.1.4latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
parity-codec — cargo add parity-codec · libregistry