Crates.io | lambco-bicycle-book-wordcount |
lib.rs | lambco-bicycle-book-wordcount |
version | 0.1.0 |
source | src |
created_at | 2020-06-11 00:17:22.429061 |
updated_at | 2020-06-11 00:17:22.429061 |
description | Simple counter of characters, words, and lines. |
homepage | |
repository | https://github.com/lambco/wordcount |
max_upload_size | |
id | 252550 |
size | 8,376 |
bicycle_book_wordcount
provides 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}