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