wasmrs-codec 0.14.0

MessagePack Codec implementation used by wasmRS modules
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# wasmrs-codec

This crate provides the MessagePack encoding/decoding implementation for wasmRS modules.

## Usage

For more information on wasmRS, see the core [wasmrs](https://github.com/wasmrs/wasmrs-rust/blob/main/crates/wasmrs/README.md) crate.

## Contributing

See [CONTRIBUTING.md](https://github.com/WasmRS/wasmrs-rust/blob/main/CONTRIBUTING.md)

## License

See the root [LICENSE.txt](https://github.com/WasmRS/wasmrs-rust/blob/main/LICENSE.txt)