kuroyasu-bicycle-book-wordcount 0.1.1

シンプルな文字、単語及び行の出現頻度を数える機能を提供します。
Documentation
  • Coverage
  • 100%
    6 out of 6 items documented1 out of 2 items with examples
  • Size
  • Source code size: 8.25 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.57 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • xjr1300

bicycle_book_wordcount

bicycle_book_wordcountは、シンプルな文字、単語及び行の出現頻度を数える機能を提供します。

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