codeowners_rs/patternset/
mod.rs

1mod builder;
2mod matcher;
3mod nfa;
4
5pub use self::builder::Builder;
6pub use self::matcher::Matcher;