We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c04095 commit 823d96bCopy full SHA for 823d96b
src/rules/mod.rs
@@ -2,6 +2,7 @@ pub mod command_parser;
2
mod error;
3
pub mod expr_evaluator;
4
pub mod pattern_lexer;
5
+pub mod pattern_matcher;
6
pub mod pattern_parser;
7
8
pub use error::*;
0 commit comments