Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kaeza/lua-bitty

Bitwise operations in pure Lua.
https://github.com/kaeza/lua-bitty

Last synced: 28 days ago
JSON representation

Bitwise operations in pure Lua.

Awesome Lists containing this project

README

        

# bitty - Bitwise operations in pure Lua.

This module implements bitwise operations in pure Lua for platforms that
can't import a suitable native module for whatever reason.

## License

This is free and unencumbered software released into the public domain.
See `LICENSE.md` for details.