matrixlib 0.1.1

A really bad toy matrix library just so i can practice some rust. Don't use this. Use Nalgebra.
Documentation
1
2
3
4
# Matrixlib
A really bad toy matrix library just so i can practice some rust. Don't use this. Use [Nalgebra](https://nalgebra.org/).

But in case you're curious its literally just a `Matrix<R, C>` struct, a `VectorN<N>` struct, and a couple error enums.