A simple bitset container for Rust
Please read the API documentation here
- 0.1.5
- Add method
.count_ones(range)
.
- Add method
- 0.1.4
- Remove an assertion in
.copy_bit(from, to)
so that it is in line with the documentation. Thefrom
bit does not need to be in bounds. - Improve
.grow()
to useVec::resize
internally.
- Remove an assertion in
- 0.1.3
- Add method
.put()
to enable a bit and return previous value
- Add method
- 0.1.2
- Add method
.copy_bit()
(by fuine) - impl Default
- Add method
- 0.1.1
- Update documentation URL
- 0.1.0
- Add method
.grow()
- Add method
Dual-licensed to be compatible with the Rust project.
Licensed under the Apache License, Version 2.0 http://www.apache.org/licenses/LICENSE-2.0 or the MIT license http://opensource.org/licenses/MIT, at your option. This file may not be copied, modified, or distributed except according to those terms.