Rust library that implements bit matrices. You can check the documentation here.
Built on top of contain-rs/bit-vec.
Examples
This simple example calculates the transitive closure of 4x4 bit matrix.
use BitMatrix;
License
Dual-licensed for compatibility with the Rust project.
Licensed under the Apache License Version 2.0: http://www.apache.org/licenses/LICENSE-2.0, or the MIT license: http://opensource.org/licenses/MIT, at your option.