Rust Hours – Building `wc` tool from scratch (Part 1)
The video is meant for beginners, who are just getting started with the Rust programming language. In case you are new to the language, I would recommend you checkout the previous video.
In this video, we try to build our own wc tool following the steps layed out in the John Crickett’s coding challenge - https://codingchallenges.fyi/challenges/challenge-wc/.
We could only get too far, so stayed tuned for Part 2. The video is meant for beginners, who are just getting started with the Rust programming language.