rust-fftw3

Build Status

FFTW binding for Rust

This repository includes three crates:

Usage

[dependencies] fftw = 0.1.0

If you want use system's libfftw3

[dependencies.fftw-sys] version = "0.1.0" features = ["system"] default-features = false

or

[dependencies] fftw-sys = { version = "0.1.0", features = ["system"], default-features = false }

LICENSE

FFTW is free software and distributed under GPLv2. http://www.fftw.org/fftw3_doc/License-and-Copyright.html

This binding is licensed by GPLv3.