Module config

Source
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§

GongConfig
Configuration for calendar-based GongEvents.
Holiday
Represents a custom holiday for the GongWatcher.
HyperclockConfig
The top-level configuration for the HyperclockEngine.
PhaseConfig
Defines a single phase in the engine’s cycle.

Enums§

ClockResolution
Defines the operational speed of the SystemClock.