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