Registry / utility / bv
library0.11.1rscratesunverified

Bit-vectors and bit-slices for efficient bit-level operations.

# Cargo.toml [dependencies] bv = "0.11.1"
INSTALL
IMPORT
SIG · BV
B
bv
utilityrustv0.11.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 bv::BitVec;

Minimal example creating and using a BitVec.

use bv::BitVec; fn main() { let mut bv = BitVec::new(); bv.push(true); bv.push(false); println!("BitVec length: {}", bv.len()); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.11.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
bv — cargo add bv · libregistry