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 |
#1085 in WebAssembly
720 downloads per month
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
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
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Dependencies
~1.3–2MB
~35K SLoC