#messagepack #serde #no-std

no-std wasm-msgpack

MessagePack serialization implementation for Rust optimized for WebAssembly environments

12 releases (4 breaking)

0.6.2 Jun 2, 2023
0.6.1 Apr 25, 2023
0.5.1 Apr 14, 2023
0.4.1 Feb 17, 2023
0.2.2 Dec 27, 2022

#1106 in WebAssembly

MIT/Apache

130KB
3K SLoC

wasm-msgpack

NOTICE

This is a fork of embedded-msgpack tailored for its usage in WebAssembly (specifically wasmRS). When possible, changes will be upstreamed to embedded-msgpack. Ideally this crate won't need to exist, the use cases are similar but not identical. If enough is brought into the upstream crate then this package will be deprecated.

The following is documentaion from embedded-msgpack

embedded-msgpack

Documentation Crates.io

MessagePack serialization implementation for Rust optimized for embedded environments

Running tests

You can run tests for all common supported configurations via just test if you have just installed:

just test

License

Licensed under either of

at your option.

Dependencies

~1.1–1.9MB
~34K SLoC