gentrix 0.1.4

A library that adds the Matrix typed using generics that is basically a wrapper around a 2D Vector
Documentation
1
2
3
4
5
6
mod matrix;

pub use crate::matrix::Matrix;

#[cfg(test)]
mod tests;