{"id":67018,"library":"byte","title":"Byte","description":"A low-level, zero-copy and panic-free serializer and deserializer for binary.","status":"active","version":"0.2.7","language":"rust","source_language":null,"source_url":"https://github.com/andylokandy/byte","tags":["binary","serialization","zero-copy","no-std"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nbyte = \"0.2.7\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add byte","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"BytesExt","correct":"use byte::BytesExt;"}],"quickstart":{"code":"use byte::BytesExt;\n\nfn main() {\n    let bytes = b\"hello\";\n    let result: Result<&str, _> = bytes.read_with(&mut 0, byte::BE);\n    println!(\"{:?}\", result);\n}","lang":"rust","description":"Reads a string from bytes using zero-copy deserialization"},"warnings":[],"env_vars":null,"search_vec":"'binari':17,18 'byte':1 'copi':8,22 'deseri':15 'free':12 'level':5 'low':4 'low-level':3 'no-std':23 'panic':11 'panic-fre':10 'serial':13,19 'std':25 'zero':7,21 'zero-copi':6,20","created_at":"2026-06-17T17:31:49.238080+00:00","updated_at":"2026-06-17T17:31:49.238080+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/andylokandy/byte","github":"https://github.com/andylokandy/byte","docs":"https://docs.rs/byte/","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}}