1#![doc = include_str!("../README.md")] 2 3pub mod app_state; 4pub mod consts; 5pub mod core; 6pub mod error; 7pub mod ui;