6 lines
88 B
Rust
6 lines
88 B
Rust
#![feature(let_chains)]
|
|
#![feature(unboxed_closures)]
|
|
|
|
mod app;
|
|
pub use app::CatnipApp;
|