| Crates.io | matrix-basic |
| lib.rs | matrix-basic |
| version | 0.5.0 |
| created_at | 2023-05-26 01:56:07.088633+00 |
| updated_at | 2023-05-28 08:00:40.673716+00 |
| description | A Rust crate for very basic matrix operations |
| homepage | https://crates.io/crates/matrix-basic |
| repository | https://github.com/SinTan1729/matrix-basic |
| max_upload_size | |
| id | 874774 |
| size | 61,877 |
matrix-basicThis is a crate for very basic matrix operations with any type that supports addition, substraction, and multiplication. Additional properties might be needed for certain operations.
I created it mostly to learn how to use generic types and traits.
Documentation is available here: docs.rs.