3Hren/msgpack-rust
MessagePack implementation for Rust / msgpack.org[Rust] observed · 2026-08-28
Health v2 · maintenance only
49/100
- Activity 58
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4184
- days_rel: n/a
- days_push: 253
- n_releases_24m: 0
Adoption not part of the score
1417 stars · 160 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
RMP is a complete pure-Rust implementation of the MessagePack binary serialization format, provided as three crates: a low-level encoder/decoder, a Serde integration, and a dynamic Value type. It supports zero-copy decoding, no-std usage, and schema-less deserialization.
Use cases
- serialize Rust structs to MessagePack with Serde derive
- decode MessagePack messages without a known schema
- encode and decode binary data in a compact format instead of JSON
- parse MessagePack streams with zero-copy decoding
- use MessagePack in embedded or no-std Rust environments
When to choose
- you need a compact, self-describing binary format in Rust with Serde support
- you want schema-less deserialization of arbitrary MessagePack payloads
- you need no-std or allocation-free encoding/decoding
When to avoid
- you need bignums, dates, or other CBOR-only data types
- your data exchange requires JSON compatibility or human readability
Facets
library · maturity stable
serialization parser developer-tools apis files rust cross-platform messagepack serde no-std zero-copy binary-format
1 source
- readme: https://github.com/3Hren/msgpack-rust · fetched 2026-08-28 · e6044427cdb5
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| 3Hren/msgpack-rust | main | 49 |
For agents
markdown · JSON · MCP: product_card(name="3Hren/msgpack-rust")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem