Lua Binary ManIpulatioN library

$ luarocks install bin

This library contains many methods for working with files at the binary level. It can handle sterilization of all lua objects except userdata. It can even handle self recursion in talbes. It provides a bit, bits, infinabits, base64/91, lzw, md5 hashing, bignum, random, and a virtual file system(Soon, check out oldbin.lua for that) module.
The bit library is the same that comes with luajit. the bits/infinabits library deals with 1's and 0's used for numbers. bits is faster than infinabits, but is limited to 32/64 bits based on which version of lua you are working on. Base64/91 is provided, but since it is done in pure lua it is slower. Check out the github for more info.

Versions

5.1-05 years ago259 downloads
5.0-66 years ago125 downloads
5.0-56 years ago37 downloads
5.0-46 years ago37 downloads
5.0-06 years ago253 downloads

Dependencies

lua >= 5.1

Dependency for

migrate, multi

Manifests