370 B

matrix-operations

Self-implementation of matrix math operations using Rust.

I will implement a Matrix using a struct and treat it like a class. I'm not sure how this will work, but we'll try anyways.

Learning solely through Rust by Example and The Rust Book