Registry / serialization / ssz
library0.2.0rscratesunverified

Simple serialization implementation

# Cargo.toml [dependencies] ssz = "0.2.0"
INSTALL
IMPORT
SIG · SSZ
S
ssz
serializationrustv0.2.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.

SszRead
use ssz::SszRead;

Deserialize a fixed-size byte array from SSZ encoding.

use ssz::SszRead; let bytes = vec![0u8; 32]; let decoded: [u8; 32] = SszRead::from_ssz_bytes(&bytes).unwrap();
Debug
Known issues
gotchaNo official repository: The crate has no listed repository, so updates may be unpredictable.
fix
Pin to a specific version and verify compatibility with your SSZ schema.
affects: >=0.0.0
Upgrade
Version history
0.2.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

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