https://crates.io/crates/tc
https://github.com/bephemeral/textcount
Simple clone of the wc utility from GNU Coreutils written in Rust.
Has most of the core features of the original, the biggest one I need to work on is the formatting when results are displayed.
The original wc outputs an evenly spaced table and mine doesn't. I'm also sure mine is full of not-best practices as I'm just getting started with Rust, so some feedback would be appreciated! :D