gentrix 0.1.4

A library that adds the Matrix typed using generics that is basically a wrapper around a 2D Vector
Documentation
[package]
name = "gentrix"
version = "0.1.4"
edition = "2021"
authors = ["DigitalCyan"]
gitlab = { repository = "https://gitlab.com/DigitalCyan/matrix", branch = "main" }
keywords = ["Matrix", "Generics"]
categories = ["data-structures"]
description = "A library that adds the Matrix typed using generics that is basically a wrapper around a 2D Vector"
license = "MIT"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]