#![feature(let_chains)] #![feature(unboxed_closures)] mod app; pub use app::CatnipApp;