mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-06-14 22:15:13 +02:00
7 lines
77 B
Rust
7 lines
77 B
Rust
![]() |
extern crate grep_matcher;
|
||
|
extern crate regex;
|
||
|
|
||
|
mod util;
|
||
|
|
||
|
mod test_matcher;
|