change: Updated README

This commit is contained in:
Sayantan Santra 2023-05-25 21:13:46 -05:00
parent d812c24284
commit 19e410322e
Signed by: SinTan1729
GPG key ID: EB3E68BFBA25C85F

View file

@ -6,4 +6,7 @@
This is a crate for very basic matrix operations with any type that supports addition, substraction, This 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. and multiplication. Additional properties might be needed for certain operations.
I created it mostly to learn using generic types and traits. I created it mostly to learn how to use generic types and traits.
## Usage
Documentation is available here: [docs.rs](https://docs.rs/matrix-basic).