grafgrep 0.1.1

A super simple grep built for educational purpose
Documentation
  • Coverage
  • 11.11%
    1 out of 9 items documented1 out of 5 items with examples
  • Size
  • Source code size: 4.37 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.31 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 9s Average build duration of successful builds.
  • all releases: 9s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • nichmor

grafgrep

gragrep is super simple and small a Rust implementation built for educational purpose.

Installation

Use the package manager cargo to install grafgrep.

cargo install grafgrep

Usage

# file.txt contains 
# Rust is a good tool
# and should be ubberusted

# returns 'and should be ubberusted'
grafgrep rust file.txt

# returns
# 'Rust is a good tool
# and should be ubberrusted'
IGNORE_CASE=1 grafgrep rust file.txt

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT