dais-engine 0.1.0

Presentation engine for Dais — state authority and command processing
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Presentation engine — the state authority for Dais.
//!
//! The engine processes commands from the [`CommandBus`](dais_core::bus::CommandBus),
//! maintains the authoritative [`PresentationState`](dais_core::state::PresentationState),
//! and broadcasts state changes to UI subscribers.

pub mod aids;
pub mod engine;
pub mod monitor;
pub mod navigation;
pub mod timer;