Expand description
§ApplicationState Module
This module defines the central, shared, thread-safe state for the entire
Mountain application. It includes the main ApplicationState struct, all
of its related Data Transfer Objects (DTOs), and internal helper functions
for state management.
Modules§
- Application
State - Defines the main
ApplicationStatestruct and its core implementation. - DTO
- Defines all DTOs used to represent the various components of the application state.
- Internal
- Contains internal helper functions for the
ApplicationStatemodule.