Expand description
The event stream fed into the classifier.
Events are recorded in ~/.zero/state/events.log and replayed on
start. The enum is exhaustive on purpose: adding a new event type
fails every match arm in the classifier until the author decides
how it maps to the state vector.
Structs§
- Event
- Wall-clock-timestamped event. Instances are the only thing that
crate::Classifierconsumes.