jamml 0.1.1

Just Another Matrix Math Library
Documentation
[package]
name = "jamml"
version = "0.1.1"
authors = ["Nixon <nixon.emoony@gmail.com>"]
edition = "2018"

license = "Apache-2.0"

description = "Just Another Matrix Math Library"
homepage = "https://github.com/aDotInTheVoid/jamml"
repository = "https://github.com/aDotInTheVoid/jamml"
documentation = "https://docs.rs/jamml/"

[dependencies]
num-traits = "0.2.6"

[dev-dependencies]
rand = "0.6.1"

[lib]
name = "jamml"
path = "src/lib.rs"

[badges]
travis-ci = { repository = "aDotInTheVoid/jamml", branch = "master" }
codecov = { repository = "aDotInTheVoid/jamml", branch = "master", service = "github" }