//! Compiled rules database for pattern matching. //! //! This module re-exports types from [`kingfisher_rules::rules_database`]. pub use kingfisher_rules::rules_database::{ format_regex_pattern, RuleDetectionProfileKind, RuleMatchProfile, RulesDatabase, };