cargo-features = ["edition"]
[package]
name = "faster"
version = "0.5.0"
authors = ["Adam Niederer <adam.niederer@gmail.com>"]
description = "Explicit SIMD for humans"
documentation = "https://docs.adamniederer.com/faster/index.html"
readme = "README.org"
keywords = ["simd"]
categories = ["no-std", "hardware-support", "api-bindings"]
license = "MPL-2.0"
repository = "https://github.com/AdamNiederer/faster"
edition = "2018"
[profile.release]
opt-level = 3
[dependencies.vektor]
version = "0.2.0"
[dev-dependencies]
[features]
default = ["std"]
std = []
trace = []