Registry / utility / bitvec

bitvec

JSON →
library1.0.1rscratesunverified

Addresses memory by bits, for packed collections and bitfields.

# Cargo.toml [dependencies] bitvec = "1.0.1"
INSTALL
IMPORT
SIG · BITVEC
B
bitvec
utilityrustv1.0.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.

BitVec
use bitvec::prelude::*;

Create and manipulate a bit vector

use bitvec::prelude::*; let mut bv = bitvec![0; 10]; bv.set(3, true); assert!(bv[3]);
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Meta
1
Resources
bitvec — cargo add bitvec · libregistry