fftw3 0.0.1

Bindings to FFTW3: the Fastest Fourier Transform in the West.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]

name = "fftw3"
version = "0.0.1"
authors = [ "Huon Wilson <dbau.pp@gmail.com>" ]

license = "MIT/Apache-2.0"
description = """
Bindings to FFTW3: the Fastest Fourier Transform in the West.
"""

repository = "https://github.com/huonw/fftw3-rs/tree/basic"
documentation = "https://huonw.github.io/fftw3-rs/fftw3"

[dependencies]
num = "~0.0.4"
fftw3-sys = "~0.0.1"
strided = "0.2.1"