1 个稳定版本
1.0.1 | 2021 年 3 月 27 日 |
---|---|
1.0.0 |
|
#1467 in 文本处理
6KB
97 行
rigrep
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 函数签名