Crates.io | bicycle-book-wordcount-r1k |
lib.rs | bicycle-book-wordcount-r1k |
version | 0.1.0 |
source | src |
created_at | 2021-11-03 06:15:31.345949 |
updated_at | 2021-11-03 06:15:31.345949 |
description | simple char/word/line counter |
homepage | |
repository | |
max_upload_size | |
id | 476019 |
size | 5,342 |
bicycle_book_wordcount
is a smple character, words, and line counter
CLI executable counts number of words.
$ cargo run text.txt
{"bb": 1, "aa": 2, "cc": 1}