smallgrep
smallgrep is a lightweight, beginner-friendly implementation of grep
written in Rust. It supports:
- Case-sensitive and case-insensitive search
- Exact (whole-word) matching
- Optional colorized output
Example
This crate is primarily meant for learning.