pnmixer-rust/src/audio/mod.rs

5 lines
89 B
Rust

//! The audio subsystem with its frontend and backends.
pub mod alsa;
pub mod frontend;