Skip to main content

Module temporal_pattern_matcher

Module temporal_pattern_matcher 

Source
Expand description

Temporal Pattern Matcher — NFA-based temporal sequence pattern matching.

Provides production-quality matching of event streams against multi-step temporal patterns with per-step timing constraints, repetition specs, negation, and configurable NFA state management.

Re-exports§

pub use functions::*;
pub use types::*;

Modules§

eventlabel_traits
EventLabel - Trait Implementations
functions
Auto-generated module
matcherconfig_traits
MatcherConfig - Trait Implementations
types
Auto-generated module