Thanks to visit codestin.com
Credit goes to lib.rs

#grep #query #search #path #version #cargo-add

app core-grep

This is core grep project

7 releases

0.1.9 Nov 24, 2024
0.1.8 Nov 23, 2024

#368 in Filesystem

Codestin Search App

274 downloads per month

MIT license

7KB
111 lines

This is educatation project grep

How to install:

core grep

cargo install core-grep
cargo add grep-search

Example of using grep:

grep [options] [query] [path]

Options:

              -i -- ignore case
              -c -- count lines
              -v -- invert match
              -n -- numbers the lines
              -help -- help
              -version -- show version grep

Version grep -- 0.1.9

Note:

  • This is my first big project

Update version -- 0.1.9

  • Update function parse
  • Update README.md

Dependencies

~2–3MB
~52K SLoC