Crates.io | cipepser-bicycle-book-wordcount |
lib.rs | cipepser-bicycle-book-wordcount |
version | 0.1.0 |
source | src |
created_at | 2019-05-11 02:39:47.038559 |
updated_at | 2019-05-11 02:39:47.038559 |
description | シンプルな文字、単語、行の出現頻度の計数機能を提供します。 |
homepage | |
repository | https://github.com/cipepser/rust-bicycle/tree/master/chap10/wordcount |
max_upload_size | |
id | 133392 |
size | 7,505 |
bicycle_book_wordcount
はシンプルな文字、単語、行の出現頻度の計数機能を提供します。
CLIからは単語数の出現頻度が使えます。
$ cargo run text.txt
{"bb": 1, "aa": 2, "cc": 1}