diff options
Diffstat (limited to 'src/types.rs')
-rw-r--r-- | src/types.rs | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/types.rs b/src/types.rs index fd26a29..d7494e1 100644 --- a/src/types.rs +++ b/src/types.rs @@ -1,5 +1,8 @@ -//! Type definition crate for the program -//! Contains a Matrix definition +//! Matrix-related type definitions +//! +//! Includes modules: +//! - Matrix +//! - Matrix parse and arithmetic errors pub mod matrix; pub mod matrix_err; |