//! Type definition crate for the program //! Contains a Matrix definition pub mod matrix; pub mod matrix_err;