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)
- basic grep functionality (search works!)
- error handling
- multiple file support
- case insensitive search
- 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