Registry / serialization / tetsy-rlp-derive

tetsy-rlp-derive

JSON →
library0.1.2rscratesunverified

Derive macros for RLP encoding and decoding traits (RlpEncodable, RlpDecodable) used in Ethereum-like systems.

# Cargo.toml [dependencies] tetsy-rlp-derive = "0.1.2"
INSTALL
IMPORT
SIG · TETSY-RLP-DERIVE
T
tetsy-rlp-derive
serializationrustv0.1.2
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.

RlpEncodable
✓ use tetsy_rlp_derive::RlpEncodable;

Derive RlpEncodable for a struct

use tetsy_rlp_derive::RlpEncodable; #[derive(RlpEncodable)] struct MyStruct { field: u32, } fn main() { let s = MyStruct { field: 42 }; println!("Derived RlpEncodable"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
OpenAI (training)
1
Resources
tetsy-rlp-derive — cargo add tetsy-rlp-derive · libregistry