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.
- Host: GitHub
- URL: https://github.com/otake84/messagepack-rs
- Owner: otake84
- Created: 2019-07-16T07:41:41.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-11-25T11:22:52.000Z (over 3 years ago)
- Last Synced: 2024-11-07T14:17:01.127Z (7 months ago)
- Topics: messagepack, msgpack, rust
- Language: Rust
- Homepage:
- Size: 185 KB
- Stars: 25
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
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.