Hi all,
I created this simple awc cli or console command to mimic the well known wc GNU tool. It was not designed to be ultimately optimal but rather for those looking for a blueprint for using clap.rs and reading data from text/UTF-8 files.
This still needs to be tested on Windows, I'll try later in my VirtualBox machine.
Located here: https://github.com/dandyvica/awc
Hope this helps !