forked from mirrors/kingfisher
7 lines
263 B
Rust
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,
|
|
};
|