wasmrs-codec 0.3.0

MessagePack Codec implementation used by wasmRS iotas
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/nanobus/iota/blob/main/rust/crates/wasmrs/README.md) crate.

## Contributing

See [CONTRIBUTING.md](https://github.com/nanobus/iota/blob/main/CONTRIBUTING.md)

## License

See the root [LICENSE.txt](https://github.com/nanobus/iota/blob/main/LICENSE.txt)