Crate bit_matrix[][src]

Expand description

Implements bit matrices.

Re-exports

pub use matrix::BitMatrix;

Modules

Matrix of bits.

Implements access to a matrix’s individual rows.

Submatrix of bits.

Constants

The number of bits in a block.

Statics

A value for borrowing.

A value for borrowing.

Type Definitions

The type for storing bits.