A simple Rust CLI for counting the number of words in a file.
Details
Organization: Personal
Time Period: Sep - Oct 2022
Technologies: Rust
Description
werds is a CLI for counting the number of words in a file. Like the wc program. It’s the first piece of software I built with Rust and exists primarily as a learning exercise.