msgpacker 0.7.1

MessagePack protocol implementation for Rust.
Documentation
1
2
3
4
5
6
7
8
mod buf;
mod owned;

pub use buf::EncoderSlice;
pub use owned::Encoder;

#[cfg(test)]
mod tests;