Skip to content

messagepack-rs is pure Rust MessagePack implementation.

Notifications You must be signed in to change notification settings

otake84/messagepack-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.