//! Log matcher compilation: YAML → [`CompiledMatcher`], and runtime execution
//! engine.
//!
//! The compilation entry point is [`compile_matchers`].
//! The runtime entry point is [`MatcherEngine`].
pub use ;
pub use ;
pub use MatcherRegistry;
pub use ;
pub use LogMatcherDef;
pub use ;