Expand description
Pure state engine, decoupled from the iced runtime.
Core owns the UI tree, widget caches, and subscription state.
It processes IncomingMessages and returns CoreEffects that
the host (the iced App or the headless runner) must execute.
Core never touches iced directly – it’s pure state management.
Structs§
- Core
- Pure state core, decoupled from the iced runtime.
Enums§
- Core
Effect - Side effects produced by
Core::applythat the host must handle.