13 releases (7 breaking)
0.8.1 | Nov 25, 2021 |
---|---|
0.8.0 | Dec 27, 2019 |
0.7.0 | Dec 27, 2019 |
0.5.0 | Oct 17, 2019 |
#1298 in Encoding
37KB
764 lines
messagepack-rs
messagepack-rs is pure Rust MessagePack implementation.
Features
- 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)]
Usage
See examples
Todo
- Support for Serde
License
MIT License
Special Thanks
rust-jp - Thanks to the slack community for answering questions.
Dependencies
~2.5MB
~54K SLoC