tjfontaine / node-struct

Implementation of Python's struct module in javascript with Buffers
http://docs.python.org/library/struct.html
4 stars 3 forks source link

This is an implementation of Python's struct module

http://docs.python.org/library/struct.html

--

It's nearly complete, missing the 8 byte data types and a test harness