[[bench]]
harness = false
name = "bench_mul"
[dependencies.num-traits]
default-features = false
features = ["libm"]
version = "0.2.16"
[dev-dependencies.criterion]
version = "0.5.1"
[dev-dependencies.rand]
version = "0.8.5"
[features]
default = ["std"]
std = []
[package]
authors = ["James Logan <jlogan03@gmail.com>"]
description = "Fast, low-memory, elementwise array expressions on the stack. Compatible with no-std (and no-alloc) environments."
edition = "2021"
homepage = "https://github.com/jlogan03/strobe/strobe"
license = "MIT OR Apache-2.0"
name = "strobe"
readme = "README.md"
repository = "https://github.com/jlogan03/strobe/"
version = "0.1.3"