algebrust/
lib.rs

1pub mod vector;
2pub mod matrix;
3
4pub use vector::AlgebrustVector;
5pub use matrix::AlgebrustMatrix;