bicycle-book-word-count

Crates.iobicycle-book-word-count
lib.rsbicycle-book-word-count
version0.1.1
sourcesrc
created_at2022-04-21 17:25:37.9855
updated_at2022-04-21 17:35:52.377775
descriptionシンプルな文字、単語、行の出現頻度の計数機能を提供します
homepage
repositoryhttps://github.com/shinobu52/word-count
max_upload_size
id571733
size8,261
Sh!n0bu (shinobu52)

documentation

README

実践Rust入門

10章の『パッケージを作る』の写経 https://github.com/ghmagazine/rustbook

説明

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

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

cargo fmt