feat: various fixes
clippy: rm unnecessary borrows structure: move struct definitions around tests: add unit test for matrix operations errors: add custom error types
This commit is contained in:
parent
d59f83753e
commit
fcf4d05b8a
6 changed files with 134 additions and 43 deletions
|
|
@ -1 +1,5 @@
|
|||
//! Type definition crate for the program
|
||||
//! Contains a Matrix definition
|
||||
|
||||
pub mod matrix;
|
||||
pub mod matrix_err;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue