chfft 0.2.3

Fastest Fourier Transform library implemented with pure Rust.
Documentation
[package]
name = "chfft"
version = "0.2.3"
authors = ["Mitsuharu Seki <mitsu1986@gmail.com>"]
repository = "https://github.com/chalharu/chfft"
keywords = ["fft", "numerics", "dsp", "mathematics"]
license = "MPL-2.0"
readme = "README.md"
description = "Fastest Fourier Transform library implemented with pure Rust."
documentation = "https://docs.rs/chfft/"

[lib]
name = "chfft"
bench = false
test = true

[dependencies]
num-traits = ">=0.0.0"
num-complex = ">=0.0.0"

[dev-dependencies]
rand = ">=0.0.0"

[dev-dependencies.appro-eq]
version=">=0.0.0"
features=["complex"]

[features]
docs = []