Registry / utility / bit-matrix

bit-matrix

JSON →
library0.9.0rscratesunverified

Library for bit matrices and vectors, providing efficient bit-level operations.

# Cargo.toml [dependencies] bit-matrix = "0.9.0"
INSTALL
IMPORT
SIG · BIT-MATRIX
B
bit-matrix
utilityrustv0.9.0
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.

BitMatrix
use bit_matrix::BitMatrix;

Creates a new 3x3 bit matrix.

use bit_matrix::BitMatrix; fn main() { let matrix = BitMatrix::new(3, 3); println!("Bit matrix created"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.9.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
bit-matrix — cargo add bit-matrix · libregistry