Project: A `grep`-like Tool (Part 1)
We've learned a lot about building CLI applications in Rust. Now, it's time to put it all together in a Project: A grep-like Tool (Part 1).
We've learned a lot about building CLI applications in Rust. Now, it's time to put it all together in a Project: A grep-like Tool (Part 1).
We've started building our grep-like tool. Now, let's finish it in Project: A grep-like Tool (Part 2).