Crate douglas

Crate douglas 

Source

Structs§

Config
Mailbox
A mailbox can deliver messages to a running douglas program. This is typically used to send messages outside of the normal application lifecycle, e.g. on a recurring basis or in response to external stimuli.
Renderer
A renderer is responsible for displaying a program’s view.
Timer
A simple timer that sends a given message on a regular interval.

Enums§

Command

Traits§

Program
A program describes a terminal application capable of generating and responding to messages, as well as rendering its UI to a string.