mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-01-19 05:49:14 +02:00
7 lines
77 B
Rust
7 lines
77 B
Rust
|
extern crate grep_matcher;
|
||
|
extern crate regex;
|
||
|
|
||
|
mod util;
|
||
|
|
||
|
mod test_matcher;
|