wasm-msgpack

Crates.iowasm-msgpack
lib.rswasm-msgpack
version0.6.2
sourcesrc
created_at2022-12-27 17:44:38.992165
updated_at2023-06-02 20:44:46.428611
descriptionMessagePack serialization implementation for Rust optimized for WebAssembly environments
homepage
repositoryhttps://github.com/jsoverson/wasm-msgpack
max_upload_size
id746358
size1,203,970
Jarrod Overson (jsoverson)

documentation

https://docs.rs/wasm-msgpack

README

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.

Commit count: 75

cargo fmt