bindata 1.2.0
BinData provides an easy (and more readable) alternative to ruby's #pack and #unpack methods. It does this by providing a declarative way of specifying structured binary data. This means the programmer specifies *what* the format of the binary data is, and BinData works out *how* to read and write data in this format.