msgpackin 0.0.4

Msgpackin pure Rust MessagePack encoding / decoding library
Documentation
1
2
3
4
5
6
7
8
9
10
mod no_std_tests;

#[cfg(feature = "std")]
mod std_tests;

#[cfg(feature = "tokio")]
mod async_tests;

#[cfg(feature = "serde")]
mod serde_tests;