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

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

Awesome Lists containing this project

README

          

# bit_collection

A Rust library that allows for iterating over the bits of a collection.

[![Build Status](https://travis-ci.org/nvzqz/bit-collection-rs.svg?branch=master)](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