Module multi_window

Source
Expand description

A multi-window application.

Modules§

program
Build interactive programs using The Elm Architecture.
state
The internal state of a multi-window Program.

Structs§

State
The execution state of a multi-window Program. It leverages caching, event processing, and rendering primitive storage.

Traits§

Program
The core of a user interface for a multi-window application following The Elm Architecture.