Crate rmpp

Crate rmpp 

Source
Expand description

§RMPP - Rust MessagePack Precise

RMPP is a pure Rust MessagePack implementation based on a RMP crate. It aims to accurately preserve original data types and is useful in cases you work with the data sensitive to that. It was also made with JavaScript integration in mind.

Re-exports§

pub use types::*;
pub use decode::*;
pub use encode::*;

Modules§

decode
encode
types