Manipulations and data types that represent 2d matrix.
Documentation
Add this to your Cargo.toml:
Cargo.toml
toml [dependencies] generic-matrix = "*"
and this to your crate root:
rust extern crate "generic-matrix" as matrix;