Counting number of lines, words and characters in files or the standard input.
No special requirements, just follow the standard cargo build process. E.g.
cargo buildor
cargo install --path .You can run the crate with cargo run -- [OPTIONS] [FILE] ... or rustwc [OPTIONS] [FILE] ... (if installed globally).
See the --help command line switch for details.