An open API service indexing awesome lists of open source software.

https://github.com/otake84/messagepack-rs

messagepack-rs is pure Rust MessagePack implementation.
https://github.com/otake84/messagepack-rs

messagepack msgpack rust

Last synced: 6 months ago
JSON representation

messagepack-rs is pure Rust MessagePack implementation.

Awesome Lists containing this project

README

        

# 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](https://github.com/chronotope/chrono))
- Supports user defined extension types
- `#![forbid(unsafe_code)]`
## Usage
See [examples](https://github.com/otake84/messagepack-rs/tree/master/messagepack-rs/examples)
## Todo
- Support for Serde
## License
MIT License
## Special Thanks
[rust-jp](https://rust-jp.rs/) - Thanks to the slack community for answering questions.