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: sh cargo test --features bench