1 2 3 4 5 6 7 8 9 10
mod app; mod input; mod model; mod tree; mod update; mod view; fn main() -> anyhow::Result<()> { app::run() }