matrix_math/enums/
mod.rs

1pub enum MatrixOperation {
2    Addition,
3    Subtraction,
4    Multiplication,
5}