Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Another Word Count

This is a simple Linux/OSX cli or Windows console executable which mimics (somehow) the well known wc GNU command line utility. It reads any UTF-8 file as wc does and prints out data to the standard output.

This was meant to give a blueprint for:

  • handle cli arguments with clap.rs
  • reading and managing file data
  • reading compressd gzip files transparently using the flate2 crate

About

Another Word Count

Topics

Resources

License

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.