//! Application state: misc fields, the main `AppStateRest` struct, //! runtime-only state, and shared types (overlays, toasts, origins). pub mod misc; pub mod rest; pub mod runtime; pub mod types;