#no-std #msgpack #messagepack #serde #web-assembly

no-std wasm-msgpack

MessagePack serialization implementation for Rust optimized for WebAssembly environments

7 releases

0.4.1 Feb 17, 2023
0.4.0 Feb 15, 2023
0.3.3 Feb 3, 2023
0.3.2 Jan 11, 2023
0.2.2 Dec 27, 2022

#436 in WebAssembly

Download history 47/week @ 2022-12-26 61/week @ 2023-01-02 69/week @ 2023-01-09 16/week @ 2023-01-16 41/week @ 2023-01-23 81/week @ 2023-01-30 63/week @ 2023-02-06 118/week @ 2023-02-13 87/week @ 2023-02-20 47/week @ 2023-02-27 69/week @ 2023-03-06 255/week @ 2023-03-13

478 downloads per month
Used in 12 crates (via wasmrs-codec)

MIT/Apache

125KB
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.8MB
~37K SLoC