Crates.io | glider-gun-bicycle-book-wordcount |
lib.rs | glider-gun-bicycle-book-wordcount |
version | 0.1.0 |
source | src |
created_at | 2021-10-19 09:33:05.354256 |
updated_at | 2021-10-19 09:33:05.354256 |
description | シンプルな文字、単語、行の出現頻度の計数機能を提供します。 |
homepage | |
repository | https://github.com/glider-gun/wordcount |
max_upload_size | |
id | 467298 |
size | 9,026 |
このリポジトリは実践Rustプログラミング入門 10章の内容を写経したものです。
wordcount
はシンプルな文字、単語、行の出現頻度の計数機能を提供します。
CLIから単語数の出現頻度を使うことができます。
$ cargo run text.txt
{"cc": 1, "aa": 2, "bb": 1}