{"id":58931,"library":"speedy","title":"Speedy","description":"A fast binary serialization framework for Rust.","status":"active","version":"0.8.7","language":"rust","source_language":null,"source_url":"https://github.com/koute/speedy","tags":["serialization","binary","performance","no-std"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nspeedy = \"0.8.7\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add speedy","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"Readable","correct":"use speedy::Readable;"}],"quickstart":{"code":"use speedy::{Readable, Writable};\n\n#[derive(Readable, Writable)]\nstruct Point { x: i32, y: i32 }\n\nfn main() {\n    let point = Point { x: 1, y: 2 };\n    let bytes = point.write_to_vec().unwrap();\n    let read = Point::read_from_buffer(&bytes).unwrap();\n    println!(\"Point: ({}, {})\", read.x, read.y);\n}","lang":"rust","description":"Serialize and deserialize a struct using Speedy."},"warnings":[],"env_vars":null,"search_vec":"'binari':4,10 'fast':3 'framework':6 'no-std':12 'perform':11 'rust':8 'serial':5,9 'speedi':1 'std':14","created_at":"2026-06-16T16:44:08.690260+00:00","updated_at":"2026-06-16T16:44:08.690260+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/koute/speedy","github":"https://github.com/koute/speedy","docs":"https://docs.rs/speedy/","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}}