Registry / serialization / ethereum-rlp

ethereum-rlp

JSON →
library0.2.3rscratesunverified

Recursive-length prefix encoding, decoding, and compression for Ethereum.

# Cargo.toml [dependencies] ethereum-rlp = "0.2.3"
INSTALL
IMPORT
SIG · ETHEREUM-RLP
E
ethereum-rlp
serializationrustv0.2.3
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.

Rlp
use ethereum_rlp::Rlp;

Decodes RLP-encoded data.

use ethereum_rlp::Rlp; fn main() { let data = vec![0x01u8, 0x02]; let rlp = Rlp::new(&data); println!("Decoded: {:?}", rlp); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.3latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
ethereum-rlp — cargo add ethereum-rlp · libregistry