array-bin-ops 0.1.6

Efficient array binary operations
Documentation
[[bench]]
harness = false
name = "sum"

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

[dev-dependencies.mockalloc]
version = "0.1.2"

[features]
default = ["std"]
std = []

[package]
description = "Efficient array binary operations"
edition = "2021"
keywords = ["const-generics", "mathematics"]
license-file = "LICENSE"
name = "array-bin-ops"
readme = "README.md"
repository = "https://github.com/conradludgate/array-bin-ops"
version = "0.1.6"