#mini-grep #string-search #file

bin+lib waleedsamygd_minigrep

search for string in a file

1 unstable release

0.1.0 Nov 16, 2020

#87 in #string-search

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

5KB
94 lines

minigrep

based on https://doc.rust-lang.org/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 search for string in a file

No runtime deps