mtrs 0.2.0

A implementation of matrices in Rust
Documentation
[badges.codecov]
branch = "master"
repository = "ZippyMagician/mtrs"
service = "github"

[badges.travis-ci]
branch = "master"
repository = "ZippyMagician/mtrs"

[[bench]]
harness = false
name = "primary"

[dependencies.num-traits]
version = "0.2"

[dev-dependencies.criterion]
version = "0.3"

[package]
authors = ["ZippyMagician <zippymagician1@gmail.com>"]
description = "A implementation of matrices in Rust"
edition = "2018"
exclude = ["/tests/**"]
keywords = ["math", "matrix"]
license = "Apache-2.0"
name = "mtrs"
readme = "README.md"
repository = "https://github.com/ZippyMagician/mtrs.git"
version = "0.2.0"