[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[package]
authors = ["gjf2a <ferrer@hendrix.edu>"]
categories = ["data-structures"]
description = "HashHistogram creates histograms with keys of any hashable data type. Features include rank ordering and mode."
edition = "2021"
homepage = "https://github.com/gjf2a/hash_histogram"
keywords = ["histogram", "hash"]
license = "MIT OR Apache-2.0"
name = "hash_histogram"
readme = "README.md"
repository = "https://github.com/gjf2a/hash_histogram"
resolver = "2"
version = "0.6.2"