{"id":58916,"library":"impl-serde","title":"Impl Serde","description":"Serde serialization support for uint and fixed hash.","status":"active","version":"0.5.0","language":"rust","source_language":null,"source_url":"https://github.com/paritytech/parity-common","tags":["serde","serialization","uint","hash"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nimpl-serde = \"0.5.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add impl-serde","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"impl_serde_for_uint","correct":"use impl_serde::impl_serde_for_uint;"}],"quickstart":{"code":"use impl_serde::impl_serde_for_uint;\n\nimpl_serde_for_uint!(MyUint, 32);\n\nfn main() {\n    let val = MyUint::from(42u32);\n    let json = serde_json::to_string(&val).unwrap();\n    println!(\"{}\", json);\n}","lang":"rust","description":"Implements Serde serialization for a custom unsigned integer type."},"warnings":[],"env_vars":null,"search_vec":"'fix':9 'hash':10,14 'impl':1 'serd':2,3,11 'serial':4,12 'support':5 'uint':7,13","created_at":"2026-06-16T16:43:23.510290+00:00","updated_at":"2026-06-16T16:43:23.510290+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":"https://github.com/paritytech/parity-common","github":"https://github.com/paritytech/parity-common","docs":"https://docs.rs/impl-serde/","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-16","next_check":"2026-12-13","install_tag":null}}