Registry / serialization / pallas-codec

pallas-codec

JSON →
library1.0.0rscratesunverified

Provides common CBOR encoding interface and utilities for the Pallas ecosystem.

# Cargo.toml [dependencies] pallas-codec = "1.0.0"
INSTALL
IMPORT
SIG · PALLAS-CODEC
P
pallas-codec
serializationrustv1.0.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.

Decoder
use pallas_codec::minicbor::Decoder;

Creates a CBOR decoder from byte data.

use pallas_codec::minicbor::Decoder; fn main() { let data = vec![0x01, 0x02]; let mut decoder = Decoder::new(&data); println!("Decoder created"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

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