constfft

Crates.ioconstfft
lib.rsconstfft
version0.2.4
sourcesrc
created_at2022-08-27 12:48:43.516361
updated_at2022-09-05 16:08:46.490321
descriptionA library crate providing an FFT API for arrays
homepage
repositoryhttps://github.com/WalterSmuts/constfft
max_upload_size
id653405
size30,227
Walter Smuts (WalterSmuts)

documentation

https://docs.rs/constfft/

README

Use easyfft instead

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.

Commit count: 134

cargo fmt