//! Sample player include!("lib.rs"); pub fn main () -> Usually<()> { Tui::run(Arc::new(RwLock::new(crate::Sampler::new("", None)?)))?; Ok(()) }