[−][src]Crate growable_bitmap
A crate providing a growable compact boolean array.
See the GrowableBitMap type for more information.
TODO:
This crate is not feature-complete at all. Below are some features I want
to add before marking it as 1.0:
-
BitOr(with anotherGrowableBitMap). -
BitOrAssign(with anotherGrowableBitMap). -
BitAnd(with anotherGrowableBitMap). -
BitAndAssign(with anotherGrowableBitMap). -
BitXor(with anotherGrowableBitMap). -
BitXorAssign(with anotherGrowableBitMap). -
All fixed unsigned integers as storage (
u16,u32,u64andu128are missing). -
When
const-genericsbecome available, possibly use them as storage ? -
[Rust 1.48.0+ / Intra-doc links]: Use intra-doc links in documentation. Right now there are no links because they're painful to write once you've been introduced to the wonder intra-doc links are.
Structs
| GrowableBitMap | A growable compact boolean array. |