summaryrefslogtreecommitdiff
path: root/src/types.rs
blob: fd26a29f82c3dd366cfbb3c8cc95ebd01b599df9 (plain)
1
2
3
4
5
//! Type definition crate for the program
//! Contains a Matrix definition

pub mod matrix;
pub mod matrix_err;