use tek_edn::*; const SOURCE: &'static str = include_str!("edn01.edn"); fn main () { Tui::run(Arc::new(RwLock::new(Demo::new())))?; Ok(()) }