Skip to main content

Module engine

Module engine 

Source
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§

CoreEffect
Side effects produced by Core::apply that the host must handle.