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

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

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