Registry / utility / bitmaps

bitmaps

JSON →
library3.2.1rscratesunverified

Fixed size boolean arrays.

# Cargo.toml [dependencies] bitmaps = "3.2.1"
INSTALL
IMPORT
SIG · BITMAPS
B
bitmaps
utilityrustv3.2.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Bitmap
use bitmaps::Bitmap;

Create and manipulate a fixed-size bitmap.

use bitmaps::Bitmap; let mut b = Bitmap::<10>::new(); b.set(3, true); assert!(b.get(3));
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.2.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
10
Meta
1
Amazon
1
Resources
bitmaps — cargo add bitmaps · libregistry