Registry / utility / vob
library3.0.6rscratesunverified

Vector of Bits with Vec-like API and usize backing storage for efficient bit manipulation.

# Cargo.toml [dependencies] vob = "3.0.6"
INSTALL
IMPORT
SIG · VOB
V
vob
utilityrustv3.0.6
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.

Vob
use vob::Vob;

Creates a bit vector and sets a bit.

use vob::Vob; fn main() { let mut vob = Vob::from_elem(10, false); vob.set(3, true); println!("{:?}", vob); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.0.6latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

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