msgpacker 0.4.3

MessagePack protocol implementation for Rust.
Documentation
1
2
3
4
5
6
7
8
9
use super::{Format, Packable};

mod binary;
mod collections;
mod common;
mod float;
mod int;

pub use collections::{pack_array, pack_map};