packed
v0.0.5
Published
Binary Buffer parsing and packing that feels a little like C structs
Downloads
13
Readme
packed
Pack and unpack structures to/from Buffers
Installation
npm install packed
Usage
var packed = require('packed');
// Do something
Constructors
new packed()
Methods
packed(callback)
License
Copyright (c) 2013 Matt Insler
Licensed under the MIT license.