catbuffer-rust 0.1.1-alpha.1

Serialize and deserialize NEM's Catapult entities in Rust applications.
Documentation
1
2
3
4
5
6
7
8
9
[![Open Source Love](https://firstcontributions.github.io/open-source-badges/badges/open-source-v1/open-source.svg)](https://github.com/firstcontributions/open-source-badges)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)
# catbuffer-rust

The catbuffer library helps serialize and deserialize NEM's Symbol entities in Rust applications.

The library's main client is the NEM Rust SDK [symbol-sdk-rust](https://github.com/BlockPuppets/symbol-sdk-rust) but it can be used alone.

It has been generated using [catbuffer-generators](https://github.com/nemtech/catbuffer-generators) from the [catbuffer](https://github.com/nemtech/catbuffer) specification.