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: about 22 hours 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 (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-19T18:33:20.000Z (over 1 year ago)
- Last Synced: 2025-02-04T02:33:45.619Z (17 days ago)
- Language: Solidity
- Homepage:
- Size: 108 KB
- Stars: 8
- 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.