rmp 0.8.9

Pure Rust MessagePack serialization implementation
Documentation
1
2
3
4
5
6
7
8
9
mod array;
mod bin;
mod bool;
mod ext;
mod float;
mod int;
mod map;
mod null;
mod string;