Skip to main content

rustriff_lib/infrastructure/
mod.rs

1//! Infrastructure adapters that integrate the domain/services with external audio APIs.
2
3pub mod audio_handler;
4pub mod file_loader;
5pub mod persistence;