scope/
lib.rs

1pub mod music;
2pub mod input;
3pub mod display;
4
5#[cfg(feature = "app")]
6pub mod cfg;
7
8#[cfg(feature = "app")]
9pub mod app;