https://github.com/msk/bitutil
Bit set specialized for 256 bits
https://github.com/msk/bitutil
bitset
Last synced: over 1 year ago
JSON representation
Bit set specialized for 256 bits
- Host: GitHub
- URL: https://github.com/msk/bitutil
- Owner: msk
- License: apache-2.0
- Created: 2019-03-28T14:26:09.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-06T01:10:54.000Z (about 7 years ago)
- Last Synced: 2025-01-30T20:14:46.655Z (over 1 year ago)
- Topics: bitset
- Language: Rust
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bitutil
A Rust library to manipulate bit sets. It provides a bit set specialized for 256
bits, inspired by [Hyperscan][1]'s `bitfield`.
[1]: https://github.com/intel/hyperscan