hash_histogram

Crates.iohash_histogram
lib.rshash_histogram
version0.9.1
sourcesrc
created_at2021-12-04 17:39:59.534821
updated_at2024-12-11 23:20:56.861521
descriptionHashHistogram creates histograms with keys of any hashable data type. Features include rank ordering and mode.
homepagehttps://github.com/gjf2a/hash_histogram
repositoryhttps://github.com/gjf2a/hash_histogram
max_upload_size
id492303
size33,235
Gabriel Ferrer (gjf2a)

documentation

README

Overview

HashHistogram creates histograms with keys of any hashable data type. Features include:

  • Check histogram count for a key.
  • Check total histogram counts across all keys.
  • Provide all keys in descending ranked order.
  • Find the mode of the histogram (i.e., an item with the largest number of counts)
  • Find the mode of any IntoIterator type, bulding a HashHistogram as an intermediate step.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Commit count: 30

cargo fmt