1 2 3 4 5
//! Type definition crate for the program //! Contains a Matrix definition pub mod matrix; pub mod matrix_err;