messagepack-rs

Crates.iomessagepack-rs
lib.rsmessagepack-rs
version0.8.1
sourcesrc
created_at2019-08-05 07:55:46.765918
updated_at2021-11-25 11:08:36.70158
descriptionmessagepack-rs is pure Rust MessagePack implementation
homepage
repositoryhttps://github.com/otake84/messagepack-rs
max_upload_size
id154242
size47,474
Shogo Otake (otake84)

documentation

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)
  • 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.

Commit count: 167

cargo fmt