{"id":57804,"library":"rmp","title":"RMP","description":"Pure Rust MessagePack serialization implementation.","status":"active","version":"0.8.15","language":"rust","source_language":null,"source_url":"https://github.com/3Hren/msgpack-rust","tags":["messagepack","serialization","binary","pure-rust"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nrmp = \"0.8.15\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add rmp","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"encode","correct":"use rmp::encode;"}],"quickstart":{"code":"use rmp::encode;\n\nfn main() {\n    let mut buf = Vec::new();\n    encode::write_sint(&mut buf, 42).unwrap();\n    println!(\"{:?}\", buf);\n}","lang":"rust","description":"Encodes an integer into MessagePack format."},"warnings":[{"fix":"Add `rmp-serde` to Cargo.toml for high-level serialization.","message":"The API is low-level; consider using `rmp-serde` for Serde integration.","severity":"gotcha","affected_versions":">=0.8.0"}],"env_vars":null,"search_vec":"'binari':9 'implement':6 'messagepack':4,7 'pure':2,11 'pure-rust':10 'rmp':1 'rust':3,12 'serial':5,8","created_at":"2026-06-16T15:58:56.379071+00:00","updated_at":"2026-06-16T15:58:56.379071+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/3Hren/msgpack-rust","github":"https://github.com/3Hren/msgpack-rust","docs":"https://docs.rs/rmp/","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}}