rmp 0.3.1

Pure Rust MessagePack serialization implementation
1
2
3
4
extern crate rmp as msgpack;
extern crate rustc_serialize;

mod func;