{"id":67293,"library":"byteserde","title":"Byteserde","description":"A generic serialization/deserialization framework for mapping byte streams to/from arbitrary struct types with focus on performance.","status":"active","version":"0.6.2","language":"rust","source_language":null,"source_url":"https://github.com/softstream-link/byteserde","tags":["serialization","deserialization","binary","performance"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nbyteserde = \"0.6.2\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add byteserde","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"ByteSerde","correct":"use byteserde::ByteSerde;"}],"quickstart":{"code":"use byteserde::ByteSerde;\n\nfn main() {\n    let data = vec![0u8; 10];\n    let _ = ByteSerde::deserialize(&data);\n}","lang":"rust","description":"Deserialize a byte stream into a struct."},"warnings":[],"env_vars":null,"search_vec":"'arbitrari':11 'binari':20 'byte':8 'byteserd':1 'deseri':19 'focus':15 'framework':5 'generic':3 'map':7 'perform':17,21 'serial':18 'serialization/deserialization':4 'stream':9 'struct':12 'to/from':10 'type':13","created_at":"2026-06-17T17:35:23.197240+00:00","updated_at":"2026-06-17T17:35:23.197240+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/softstream-link/byteserde","github":"https://github.com/softstream-link/byteserde","docs":"https://docs.rs/byteserde/","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}}