//! 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-export all types
pub use *;
pub use *;