Describe your protocol, and read it with ease
A ProtoDef implementation wrapping protodefc and providing a ProtoDef-compatible API, but using ProtoDefc as the protocol descriptor.
For release applications, install using the npm
module:
$ npm i --save protodefc
Otherwise (e.g.: for development):
$ git clone https://github.com/ProtoDef-io/node-protodefc.git
$ cd node-protodefc
$ rustup update nightly # https://rustup.rs/
$ rustup default nightly
$ rustup target add wasm32-unknown-unknown
$ cargo install wasm-bindgen
$ npm i