Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 681 Bytes

File metadata and controls

19 lines (13 loc) · 681 Bytes

smolgrep

smolgrep is a project I started to learn more about rust and I'll continue to develop it to explore more of the language. Only ever meant to be smol though.

It's a working prototype, bar the tests... I'll get to them in a minute or two. (actively exploring and learning is more of a priority at the moment)

Existing features

  • basic grep functionality (search works!)
  • error handling
  • multiple file support
  • case insensitive search

Planned features and fixes

  • recursive directory search
  • better error handling, don't abort on file specific failures
  • support for more features that grep supports
  • working tests and more test coverage