Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 679 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 679 Bytes

nbf

Node Based Format is a Serialization and Deserialization library.

Documentation

Status

Linux/ macOS Windows
Linux & macOS Windows

Usage

Add this to your Cargo.toml:

[dependencies]
nbf = "0.1.0"

and this to your crate root:

extern crate nbf;