Crate bit_matrix

Source
Expand description

Implements bit matrices.

Re-exports§

pub use matrix::BitMatrix;

Modules§

block
Defines a building block for the bit slice.
matrix
Matrix of bits.
row
Implements access to a matrix’s individual rows.
submatrix
Submatrix of bits.

Statics§

FALSE
A value for borrowing.
TRUE
A value for borrowing.