Crates.io | wasm-msgpack |
lib.rs | wasm-msgpack |
version | 0.6.2 |
source | src |
created_at | 2022-12-27 17:44:38.992165 |
updated_at | 2023-06-02 20:44:46.428611 |
description | MessagePack serialization implementation for Rust optimized for WebAssembly environments |
homepage | |
repository | https://github.com/jsoverson/wasm-msgpack |
max_upload_size | |
id | 746358 |
size | 1,203,970 |
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
MessagePack serialization implementation for Rust optimized for embedded environments
You can run tests for all common supported configurations via just test
if you have just
installed:
just test
Licensed under either of
at your option.