Crate bitmap [−] [src]
See the Bitmap type.
Structs
| Bitmap |
A dense bitmap, intended to store small bitslices (<= width of u64). |
| DynamicSize | |
| EightBits |
Helper type for semantic-free values of fixed width |
| FiveBits |
Helper type for semantic-free values of fixed width |
| FourBits |
Helper type for semantic-free values of fixed width |
| OneBit |
Helper type for semantic-free values of fixed width |
| SevenBits |
Helper type for semantic-free values of fixed width |
| SixBits |
Helper type for semantic-free values of fixed width |
| Slices |
Iterator over the bitslices in the bitmap |
| ThreeBits |
Helper type for semantic-free values of fixed width |
| TwoBits |
Helper type for semantic-free values of fixed width |
Traits
| Element |
The "element type" of a bitmap |
| Storage |
Storage for a slice of |