My take on a mini-project from the I/O project on the rust book.
- Uses clap to parse arguments
- This made me stray away a bit
- Uses pretty_env_logger to log
- Uses re to match and highlight matches
- Uses hyperfine to test it against
grep --color
My take on a mini-project from the I/O project on the rust book.
grep --color