cipepser-bicycle-book-wordcount

Crates.iocipepser-bicycle-book-wordcount
lib.rscipepser-bicycle-book-wordcount
version0.1.0
sourcesrc
created_at2019-05-11 02:39:47.038559
updated_at2019-05-11 02:39:47.038559
descriptionシンプルな文字、単語、行の出現頻度の計数機能を提供します。
homepage
repositoryhttps://github.com/cipepser/rust-bicycle/tree/master/chap10/wordcount
max_upload_size
id133392
size7,505
cipepser (cipepser)

documentation

README

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

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

cargo fmt