static-math 0.1.2

Fast mathematical operations with static arrays
Documentation
[package]
name = "static-math"
version = "0.1.2"
authors = ["elsuizo <mnoblia@disroot.org>"]
edition = "2018"
description = "Fast mathematical operations with static arrays"
repository = "https://github.com/elsuizo/static-math"
documentation = "https://docs.rs/static-math/"
license = "MIT"
keywords = ["linear-algebra",  "matrix-operations", "vector-operations", "gamedev", "simulations"]
categories = ["science"]

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

[dependencies]
num = "0.2.1"

[dev-dependencies]
criterion = "0.3"

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