Expand description
Observer system for algorithm execution events.
Observers consume AlgorithmEvent values emitted by the shared runtime.
Built-in observers include console output, SVG chart generation, and HTML
summary reports.
Structs§
- Chart
Observer - Observer that generates charts showing algorithm progress
- Console
Observer - Simple console observer that prints algorithm progress to stdout
- Html
Report Observer - Observer that generates an HTML execution report with metrics and charts.
- Observer
State - Observer-facing execution payload with only presentation-relevant fields.
Enums§
- Algorithm
Event - Events that can be observed during algorithm execution
Traits§
- Algorithm
Observer - Trait for observing algorithm execution.
- Observable
- Trait for objects that can register and manage observers.