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).
docs.rs failed to build fftw3-0.0.2
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

fftw-rs

Bindings to FFTW.

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.