beeyan-bicycle-book-wordcount

Crates.iobeeyan-bicycle-book-wordcount
lib.rsbeeyan-bicycle-book-wordcount
version0.1.0
sourcesrc
created_at2020-01-02 09:24:04.592815
updated_at2020-01-02 09:24:04.592815
descriptionシンプルな文字, 単語, 行の出現頻度の計数機能を提供する
homepage
repositoryhttps://github.com/beeyan/bycicle_book_wordcount
max_upload_size
id194431
size8,298
beeyan (beeyan)

documentation

README

beeyan_bicycle_book_wordcount はシンプルな文字、単語、行の出現頻度の計数機能を提供します。 CLIからは単語数の出現頻度が使えます。

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

cargo fmt