m4ri_rust/friendly/
mod.rs

1//! Friendly interfaces on the M4RI constructs
2
3mod binary_matrix;
4mod binary_vector;
5pub use self::binary_matrix::*;
6pub use self::binary_vector::*;