{"id":64273,"library":"rlp-derive","title":"RLP Derive","description":"Derive macro for RLP encoding and decoding traits.","status":"active","version":"0.2.0","language":"rust","source_language":null,"source_url":null,"tags":["rlp","ethereum","serialization","derive"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nrlp-derive = \"0.2.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add rlp-derive","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"RlpEncodable","correct":"use rlp_derive::RlpEncodable;"}],"quickstart":{"code":"use rlp_derive::RlpEncodable;\n\n#[derive(RlpEncodable)]\nstruct Transaction {\n    nonce: u64,\n    gas_price: u64,\n}\n\nfn main() {\n    let tx = Transaction { nonce: 1, gas_price: 20 };\n    // RLP encoding is derived automatically\n}","lang":"rust","description":"Derives RlpEncodable for a struct, enabling RLP serialization."},"warnings":[],"env_vars":null,"search_vec":"'decod':9 'deriv':2,3,14 'encod':7 'ethereum':12 'macro':4 'rlp':1,6,11 'serial':13 'trait':10","created_at":"2026-06-17T16:54:10.401375+00:00","updated_at":"2026-06-17T16:54:10.401375+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"http://parity.io","github":null,"docs":"https://docs.rs/rlp-derive/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["serialization"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}