#grep #nifty #gremp

bin+lib gremp

A minimal, nifty grep implementation

1 unstable release

0.1.0 Sep 3, 2020

#1 in #nifty

MIT license

8KB
165 lines

Gremp

A minimal, nifty grep implementation.

TODO

  • Tests util functions.
  • Robust documentation (Usage, how to install etc).
  • Optimizations (e.g. read file into buffers or stream from a file).
  • Capability to grep multiple files/directory.
  • Command line flags for options.
  • Publish to a publish registry?? (crates.io)

lib.rs:

  • Gremp

  • gremp is a utility for searching for a string pattern in a file.

No runtime deps