pnmixer-rust/src/audio/alsa/mod.rs

5 lines
64 B
Rust

//! The alsa backend subsystem.
pub mod backend;
pub mod card;