{"id":73051,"library":"fixed-buffer","title":"Fixed Buffer","description":"Fixed-size buffers for network protocol parsers.","status":"active","version":"1.0.2","language":"rust","source_language":null,"source_url":"https://gitlab.com/leonhard-llc/fixed-buffer-rs","tags":["buffer","network","parser"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nfixed-buffer = \"1.0.2\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add fixed-buffer","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"FixedBuffer","correct":"use fixed_buffer::FixedBuffer;"}],"quickstart":{"code":"use fixed_buffer::FixedBuffer;\n\nfn main() {\n    let mut buf = FixedBuffer::<1024>::new();\n    buf.write(&[1, 2, 3]).unwrap();\n}","lang":"rust","description":"Creates a fixed-size buffer and writes data."},"warnings":[],"env_vars":null,"search_vec":"'buffer':2,6,11 'fix':1,4 'fixed-s':3 'network':8,12 'parser':10,13 'protocol':9 'size':5","created_at":"2026-06-17T18:46:57.210308+00:00","updated_at":"2026-06-17T18:46:57.210308+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://gitlab.com/leonhard-llc/fixed-buffer-rs","github":null,"docs":"https://docs.rs/fixed-buffer/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["networking","utility"],"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}}