realfft
realfft copied to clipboard
Real-to-complex and complex-to-real FFT for Rust
Again would require a major version bump. Just adding here as reminder until that happens. Commit 1: ``` Return a boxed slice instead of vector from make_* The number of...
Miri is reporting undefined behavior in process_with_scratch(), presumably because of the unsafe pointer cast shenanigans above this line? ```test tests::complex_to_real ... error: Undefined Behavior: trying to retag from for SharedReadWrite...
Next time a major release is done I think it may be worth it to change the variants of [FftError](https://docs.rs/realfft/latest/realfft/enum.FftError.html) to named members. E.g. ``` FftError::InputBuffer(usize, usize) ``` can be...
Most Rust crates use a dual license of MIT and Apache. This crate is MIT only. Change to a dual license to align with the norm.