Docs.rs
bit-matrix-0.8.1
bit-matrix 0.8.1
Permalink
Docs.rs crate page
MIT
/
Apache-2.0
Links
Repository
crates.io
Source
Owners
pczarn
Dependencies
bit-vec ^0.8
normal
memusage ^0.2
normal
optional
miniserde ^0.1
normal
optional
serde ^1.0
normal
optional
serde_json ^1.0
dev
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
bit_
matrix
0.8.1
All Items
Crate Items
Re-exports
Modules
Statics
Crate
bit_matrix
Copy item path
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.