https://github.com/nvzqz/bit-collection-rs
Iterate over bits in Rust
https://github.com/nvzqz/bit-collection-rs
bit-manipulation bitmap bitset iterator rust
Last synced: about 1 year ago
JSON representation
Iterate over bits in Rust
- Host: GitHub
- URL: https://github.com/nvzqz/bit-collection-rs
- Owner: nvzqz
- License: apache-2.0
- Created: 2017-07-12T22:21:50.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-05T02:02:40.000Z (almost 9 years ago)
- Last Synced: 2025-03-22T15:51:37.735Z (about 1 year ago)
- Topics: bit-manipulation, bitmap, bitset, iterator, rust
- Language: Rust
- Homepage: https://docs.rs/bit_collection/
- Size: 67.4 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# bit_collection
A Rust library that allows for iterating over the bits of a collection.
[](https://travis-ci.org/nvzqz/bit-collection-rs)
[Documentation](https://docs.rs/bit_collection/)
## License
This project is released under either:
- [MIT License][license-mit]
- [Apache License (Version 2.0)][license-apache]
at your choosing.
[license-mit]: https://github.com/nvzqz/unsafe-unwrap-rs/blob/master/LICENSE-MIT
[license-apache]: https://github.com/nvzqz/unsafe-unwrap-rs/blob/master/LICENSE-APACHE