Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/kaeza/lua-bitty
- Owner: kaeza
- License: unlicense
- Created: 2017-08-10T12:23:31.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-11-24T13:03:03.000Z (about 4 years ago)
- Last Synced: 2024-11-08T10:54:39.598Z (2 months ago)
- Language: Lua
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.