Minimalistic fork of GREP (search globally for lines matching the regular expression, and print them) utility, by written on Rust
[ Cargo, regex(in Cargo.toml) ]
$ cargo build --release
Executable file: target/release/rgrep
$ rgrep %find% %file% %optional: [-C/-c/--any-case/--ignore-case]%