• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

benches/H03-May-2022-237163

examples/H03-May-2022-2921

src/H03-May-2022-3,2242,217

tests/H03-May-2022-9965

.cargo-checksum.jsonH A D03-May-202289 11

.cargo_vcs_info.jsonH A D28-Dec-201974 65

.gitignoreH A D25-Dec-201926 43

.travis.ymlH A D28-Dec-201964 76

CHANGELOG.mdH A D28-Dec-20191.7 KiB4435

Cargo.lockH A D28-Dec-20196.1 KiB140122

Cargo.tomlH A D28-Dec-20191.2 KiB3933

Cargo.toml.orig-cargoH A D28-Dec-2019630 2318

LICENSE-APACHEH A D25-Dec-201911.1 KiB203169

LICENSE-MITH A D25-Dec-20191 KiB2016

README.mdH A D25-Dec-20191.1 KiB3019

README.md

1# RustFFT
2
3[![Build Status](https://travis-ci.org/awelkie/RustFFT.svg?branch=master)](https://travis-ci.org/awelkie/RustFFT)
4[![](https://img.shields.io/crates/v/rustfft.svg)](https://crates.io/crates/rustfft)
5[![](https://img.shields.io/crates/l/rustfft.svg)](https://crates.io/crates/rustfft)
6[![](https://docs.rs/rustfft/badge.svg)](https://docs.rs/rustfft/)
7![minimum rustc 1.26](https://img.shields.io/badge/rustc-1.26+-red.svg)
8
9RustFFT is a mixed-radix FFT implementation written in Rust. See the [documentation](https://docs.rs/rustfft/) for more details.
10
11## Compatibility
12
13The `rustfft` crate requires rustc 1.26 or greater.
14
15## License
16
17Licensed under either of
18
19 * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
20 * MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
21
22at your option.
23
24### Contribution
25
26Unless you explicitly state otherwise, any contribution intentionally
27submitted for inclusion in the work by you, as defined in the Apache-2.0
28license, shall be dual licensed as above, without any additional terms or
29conditions.
30