kingfisher/src/rules_database.rs
Mick Grove db67105221 v1.88.0
2026-03-11 21:36:30 -07:00

7 lines
263 B
Rust

//! 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,
};