{"id":70481,"library":"tetsy-rlp-derive","title":"Tetsy RLP Derive","description":"Derive macros for RLP encoding and decoding traits (RlpEncodable, RlpDecodable) used in Ethereum-like systems.","status":"active","version":"0.1.2","language":"rust","source_language":null,"source_url":null,"tags":["rlp","ethereum","encoding","derive","macro"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\ntetsy-rlp-derive = \"0.1.2\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add tetsy-rlp-derive","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"RlpEncodable","correct":"use tetsy_rlp_derive::RlpEncodable;"}],"quickstart":{"code":"use tetsy_rlp_derive::RlpEncodable;\n\n#[derive(RlpEncodable)]\nstruct MyStruct {\n    field: u32,\n}\n\nfn main() {\n    let s = MyStruct { field: 42 };\n    println!(\"Derived RlpEncodable\");\n}","lang":"rust","description":"Derive RlpEncodable for a struct"},"warnings":[],"env_vars":null,"search_vec":"'decod':10 'deriv':3,4,23 'encod':8,22 'ethereum':17,21 'ethereum-lik':16 'like':18 'macro':5,24 'rlp':2,7,20 'rlpdecod':13 'rlpencod':12 'system':19 'tetsi':1 'trait':11 'use':14","created_at":"2026-06-17T18:14:51.184240+00:00","updated_at":"2026-06-17T18:14:51.184240+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/tetsy-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}}