lambco-bicycle-book-wordcount 0.1.0

Simple counter of characters, words, and lines.
Documentation

bicycle_book_wordcountprovides counting characters, words and lines. You can use appearance frequency of a word on CLI.


$ cargo run text.txt
{"bb": 1, "aa" 2, "cc": 1}