Rust Fourier Transform Build Status

Rust shitty implementations of various FFT algorithms.

It works, but it's not optimized like FFTW3 and such, so use at your own peril.

toml [dependencies.rft] git = "https://github.com/meh/rft"