Registry / serialization / alloy-rlp

alloy-rlp

JSON →
library0.3.14rscratesunverified

Implementation of Ethereum RLP (Recursive Length Prefix) serialization for encoding and decoding.

# Cargo.toml [dependencies] alloy-rlp = "0.3.14"
INSTALL
IMPORT
SIG · ALLOY-RLP
A
alloy-rlp
serializationrustv0.3.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 alloy_rlp::encode;

Encodes a string into RLP format.

use alloy_rlp::encode; fn main() { let data = encode(&"hello"); println!("Encoded: {:?}", data); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.3.14latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
46 hits · last 30 days
node
40
Resources
alloy-rlp — cargo add alloy-rlp · libregistry