#mini-grep #string-search #file

bin+lib waleedsamygd_minigrep

在文件中搜索字符串

1 个不稳定版本

0.1.0 2020年11月16日

#52 in #string-search

LGPL-2.1-only AND MIT AND BSD-2-Clause

5KB
94

minigrep

基于 https://doc.rust-lang.net.cn/book/ch12-00-an-io-project.html

cargo test
cargo run there poem.txt

export CASE_INSENSITIVE=true
cargo run then poem.txt

lib.rs:

minigrep 在文件中搜索字符串

无运行时依赖