rft 0.1.0

FFT handling library.
Documentation
  • Coverage
  • 100%
    72 out of 72 items documented0 out of 29 items with examples
  • Size
  • Source code size: 39.94 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 8.46 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 19s Average build duration of successful builds.
  • all releases: 19s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • meh/rft
    3 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • meh

Rust Fourier Transform Build Status

Rust shitty implementations of various FFT algorithms.

It works, but it's not optimized like FFTW3 and such, so use at your own peril.

[dependencies.rft]
git = "https://github.com/meh/rft"