[dependencies.itertools]
version = "0.13.0"
[lib]
name = "count_invert"
path = "src/lib.rs"
[package]
authors = ["klebs tpk3.mx@gmail.com"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "A Rust crate providing utility functions for counting elements in a vector and inverting a HashMap based on those counts."
documentation = "https://docs.rs/count-invert"
edition = "2021"
keywords = ["utility", "shorthand", "maps", "counting"]
license = "MIT"
name = "count-invert"
readme = "README.md"
repository = "https://github.com/klebs6/klebs-general"
version = "0.1.0"