Module event_matcher
Expand description
Event pattern matching for the routines engine.
Structs§
- Event
Pattern - A single event pattern attached to a routine trigger.
- Routine
Event - An event emitted by the system that may trigger routines.
Enums§
- Match
Strategy - How a pattern string should be interpreted.
Functions§
- matches
- Check whether an event matches a single pattern.
- matches_
any - Check whether an event matches any of the given patterns.