cleanup main loop

This commit is contained in:
Aleksey Kladov 2019-08-31 14:47:37 +03:00
parent f90a886301
commit 4e3f5cc729
8 changed files with 172 additions and 221 deletions

View file

@ -4,11 +4,9 @@ mod cargo_target_spec;
mod conv;
mod main_loop;
mod markdown;
mod project_model;
pub mod req;
pub mod config;
mod world;
mod thread_worker;
pub type Result<T> = std::result::Result<T, Box<dyn std::error::Error + Send + Sync>>;
pub use crate::{