Expand description
Defines all configuration structures for the Hyperclock engine.
These structs are designed to be deserialized from a configuration file
(e.g., a TOML file) using serde
. This allows the engine’s behavior,
including its speed, phase sequence, and calendar events, to be defined
externally from the application code.
Structs§
- Gong
Config - Configuration for calendar-based
GongEvent
s. - Holiday
- Represents a custom holiday for the
GongWatcher
. - Hyperclock
Config - The top-level configuration for the
HyperclockEngine
. - Phase
Config - Defines a single phase in the engine’s cycle.
Enums§
- Clock
Resolution - Defines the operational speed of the
SystemClock
.