1 unstable release
0.1.0 | Jun 11, 2020 |
---|
#31 in #example
7KB
100 lines
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}
lib.rs
:
シンプルな文字、単語、行の出現頻度の計算機能を提供します。 詳しくは'count'関数のドキュメントを見てください。
Dependencies
~2–3MB
~54K SLoC