rustfft 1.0.0

A mixed-radix FFT library.
Documentation

RustFFT

Build Status

RustFFT is a mixed-radix FFT implementation written in Rust. It aims to be about as fast as KissFFT.

Testing

To run tests with benchmarks (requires nightly rust), use the bench feature:

cargo test --features bench