messagepack-rs is pure Rust MessagePack implementation.
- Supports basic serialization and deserialization of MessagePack
- Supports Stream serialization and deserialization
- Supports Timestamp type (Note: The date range depends on Chrono)
- Supports user defined extension types
#![forbid(unsafe_code)]
See examples
- Support for Serde
MIT License
rust-jp - Thanks to the slack community for answering questions.