gentrix/
lib.rs

1mod matrix;
2
3pub use crate::matrix::Matrix;
4
5#[cfg(test)]
6mod tests;