Implementing a Matrix Library in Rust.

In this story I want to share some experience I gained during implementing a library for matrix algebra in Rust. The result actually is not meant for use in production but I think it provides a good platform to build on or to learn from. Many important concepts of Rust are being scratched in its implementation. Instead of explaining all pieces in every detail, let us rather focus on pointing out the main used concepts and…