#My first rust project - a clone of 'wc'

3 messages · Page 1 of 1 (latest)

nova dust
#

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

nova dust
#

i added the nice formatting :D

#

as well as a total line when scanning multiple files