fftw3 0.0.2

Bindings to FFTW3: the Fastest Fourier Transform in the West. This library aims to expose the full power of FFTW3 in high-performance, safe and idiomatic manner. NB. FFTW3 is licensed GPLv2 (or later) by default, and so applications using it must be distributed under those terms (the license of these bindings is independent).
1
2
3
4
5
6
7
8
# fftw-rs

Bindings to [FFTW](http://fftw.org/).

This is very basic at the moment, but the plan is to provide
high-performance bindings exposing the full power of FFTW in a type-
and memory-safe manner, with convenience functions for performing
simple tasks simply.