Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 768 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 768 Bytes

node-protodefc NPM version

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.

Installation

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