OxiFFT is a 99% Rust port of FFTW3, the world's most respected FFT library. It brings FFTW's sophisticated algorithms, planning system, and performance optimizations to the Rust ecosystem while leveraging Rust's safety guarantees and modern language features.
concgroup provides almost the same features to goroutine groups as golang.org/x/sync/errgroup but ensures sequential run of goroutines with the same group key.
Conformance-verified typed background jobs for Rust — retries, dead-lettering, scheduling, and pluggable in-memory, SQLite, PostgreSQL, and Redis brokers.