1 个稳定版本

1.0.1 2021 年 3 月 27 日
1.0.0 2020 年 5 月 31 日

#1467 in 文本处理

BSD-3-Clause

6KB
97

rigrep

Build

Rust 中 grep 的简化实现

构建

$ git clone https://github.com/ch3ck/rigrep.git
$ cd rigrep
$ cargo run `query` `filename`
$ CASE_INSENSITIVE=1 cargo run `query` `filename` # case insensitive search

lib.rs:

rigrep 函数签名

无运行时依赖