fourier 0.1.0

Fast Fourier transforms (FFTs)
Documentation
Fourier
=======
![GitHub Workflow Status](https://img.shields.io/github/workflow/status/calebzulawski/fourier/CI)
[![License](https://img.shields.io/crates/l/fourier)](https://crates.io/crates/fourier)
[![Crates.io](https://img.shields.io/crates/v/fourier)](https://crates.io/crates/fourier)
[![Rust Documentation](https://img.shields.io/badge/api-rustdoc-blue.svg)](https://docs.rs/fourier/0.1.0/fourier/)

Fast Fourier transforms (FFTs) in Rust

## License
Fourier is distributed under the terms of both the MIT license and the Apache License (Version 2.0).

See [LICENSE-APACHE](LICENSE-APACHE) and [LICENSE-MIT](LICENSE-MIT) for details.