{"id":70177,"library":"bytevec","title":"ByteVec","description":"A Rust serialization library that uses byte vectors for efficient data encoding and decoding.","status":"active","version":"0.2.0","language":"rust","source_language":null,"source_url":"https://github.com/fero23/bytevec","tags":["serialization","byte-vector","encoding","decoding"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nbytevec = \"0.2.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add bytevec","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"ByteEncodable","correct":"use bytevec::{ByteEncodable, ByteDecodable};"}],"quickstart":{"code":"use bytevec::{ByteEncodable, ByteDecodable};\n\nlet original: u32 = 42;\nlet encoded = original.encode_bytevec().unwrap();\nlet decoded = u32::decode_bytevec(&encoded).unwrap();\nassert_eq!(original, decoded);","lang":"rust","description":"Encodes and decodes a u32 value using ByteVec."},"warnings":[],"env_vars":null,"search_vec":"'byte':8,18 'byte-vector':17 'bytevec':1 'data':12 'decod':15,21 'effici':11 'encod':13,20 'librari':5 'rust':3 'serial':4,16 'use':7 'vector':9,19","created_at":"2026-06-17T18:11:01.142367+00:00","updated_at":"2026-06-17T18:11:01.142367+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/fero23/bytevec","github":"https://github.com/fero23/bytevec","docs":"https://docs.rs/bytevec/","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}}