ffts 0.1.3

Rust binding for ffts (The Fastest Fourier Transform in the South)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.ffts-sys]
version = "0.1.3"

[dependencies.libc]
version = "0.2.55"

[package]
authors = ["Sevag Hanssian <sevag.hanssian@gmail.com>"]
description = "Rust binding for ffts (The Fastest Fourier Transform in the South)"
documentation = "http://docs.rs/ffts/"
edition = "2018"
keywords = ["signal", "fft", "dsp"]
license-file = "../../COPYRIGHT"
name = "ffts"
readme = "../../README.md"
repository = "https://github.com/sevagh/ffts"
version = "0.1.3"