wasm-msgpack 0.6.2

MessagePack serialization implementation for Rust optimized for WebAssembly environments
Documentation
1
2
3
4
5
6
7
8
9
10
11
#[cfg(feature = "serde")]
mod decode;
mod encode;
#[cfg(feature = "serde")]
mod fuzzing;
#[cfg(all(feature = "serde"))]
mod interop;
#[cfg(all(feature = "serde", feature = "compliant"))]
mod regression;
#[cfg(all(feature = "serde"))]
mod roundtrip;