Skip to main content

Module report

Module report 

Source
Expand description

User-facing output.

Data goes to standard output so cd $(aoc path) works; diagnostics go to standard error. Handlers emit semantic Events, so tests assert on what happened rather than on ANSI escape sequences.

Structs§

TermReporter
Writes events to the terminal, colouring answers by verdict.

Enums§

Event
Something worth telling the user about.

Traits§

Reporter
Receives Events and presents them.