| Crates.io | constfft |
| lib.rs | constfft |
| version | 0.2.4 |
| created_at | 2022-08-27 12:48:43.516361+00 |
| updated_at | 2022-09-05 16:08:46.490321+00 |
| description | A library crate providing an FFT API for arrays |
| homepage | |
| repository | https://github.com/WalterSmuts/constfft |
| max_upload_size | |
| id | 653405 |
| size | 30,227 |
I realised that constfft's primary feature, the lack of errors/panics and
implementation directly on arrays, does not have to be limited to arrays. So I
implemented it on slice too. This means the name constfft is a bit of a
misnomer, so easyfft was born. easyfft is strictly more powerful than
constfft.