{"id":59379,"library":"abomonation","title":"Abomonation","description":"A high performance and very unsafe serialization library for Rust.","status":"active","version":"0.7.3","language":"rust","source_language":null,"source_url":"https://github.com/TimelyDataflow/abomonation","tags":["serialization","unsafe","performance"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nabomonation = \"0.7.3\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add abomonation","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"abomonation","correct":"use abomonation::*;"}],"quickstart":{"code":"use abomonation::*;\n\nfn main() {\n    let data = vec![1u64, 2, 3];\n    let bytes = unsafe { abomonation::encode(&data) };\n}","lang":"rust","description":"Encode data using abomonation"},"warnings":[{"fix":"Ensure data is correctly aligned and not mutated during encoding/decoding.","message":"This library uses `unsafe` extensively and may cause undefined behavior if misused.","severity":"gotcha","affected_versions":">=0.7.0"}],"env_vars":null,"search_vec":"'abomon':1 'high':3 'librari':9 'perform':4,14 'rust':11 'serial':8,12 'unsaf':7,13","created_at":"2026-06-16T17:00:51.283769+00:00","updated_at":"2026-06-16T17:00:51.283769+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/TimelyDataflow/abomonation","github":"https://github.com/TimelyDataflow/abomonation","docs":"https://docs.rs/abomonation/","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}}