messagepack-rs
messagepack-rs copied to clipboard
messagepack-rs is pure Rust MessagePack implementation.
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.