Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nfurfaro/huffbits
A library for performing bitwise operations on data written in Huff.
https://github.com/nfurfaro/huffbits
Last synced: 3 months ago
JSON representation
A library for performing bitwise operations on data written in Huff.
- Host: GitHub
- URL: https://github.com/nfurfaro/huffbits
- Owner: nfurfaro
- License: unlicense
- Created: 2023-10-12T17:24:01.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-19T18:33:20.000Z (about 1 year ago)
- Last Synced: 2024-08-03T16:09:31.277Z (5 months ago)
- Language: Solidity
- Homepage:
- Size: 108 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-huff - HuffBits
README
## HuffBits
A WIP library for bitwise manipulation of data written in huff. This project is serving as a learning tool on my Huff journey, but I expect to use it for building other stuff too. It still needs work and may have bugs.
Credit to https://github.com/huff-language/huffmate inspiration for the testing setup.