dft 0.2.2

The package provides an algorithm to compute the discrete Fourier transform.
Documentation
# DFT [![Version][version-img]][version-url] [![Status][status-img]][status-url]

The package provides an algorithm to compute the [discrete Fourier
transform][1].

## [Documentation][doc]

## Contributing

1. Fork the project.
2. Implement your idea.
3. Open a pull request.

[1]: https://en.wikipedia.org/wiki/Discrete_Fourier_transform

[version-img]: http://stainless-steel.github.io/images/crates.svg
[version-url]: https://crates.io/crates/dft
[status-img]: https://travis-ci.org/stainless-steel/dft.svg?branch=master
[status-url]: https://travis-ci.org/stainless-steel/dft
[doc]: https://stainless-steel.github.io/dft