lambco-bicycle-book-wordcount

Crates.iolambco-bicycle-book-wordcount
lib.rslambco-bicycle-book-wordcount
version0.1.0
sourcesrc
created_at2020-06-11 00:17:22.429061
updated_at2020-06-11 00:17:22.429061
descriptionSimple counter of characters, words, and lines.
homepage
repositoryhttps://github.com/lambco/wordcount
max_upload_size
id252550
size8,376
(lambco)

documentation

README

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}
Commit count: 0

cargo fmt