Crates.io | hash_histogram |
lib.rs | hash_histogram |
version | 0.8.0 |
source | src |
created_at | 2021-12-04 17:39:59.534821 |
updated_at | 2023-12-07 12:04:50.314845 |
description | HashHistogram creates histograms with keys of any hashable data type. Features include rank ordering and mode. |
homepage | https://github.com/gjf2a/hash_histogram |
repository | https://github.com/gjf2a/hash_histogram |
max_upload_size | |
id | 492303 |
size | 23,186 |
HashHistogram
creates histograms with keys of any hashable data type. Features include:
IntoIterator
type, bulding a HashHistogram
as an intermediate step.ranking_with_counts()
.HashHistogram
and KeyType
now implement Default
.bump_by()
.bump_by()
.mode()
and mode_values()
so that they only return the mode, rather than both mode and count.mode_values()
Licensed under either of
at your option.
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.