[package] name = "frequency" version = "1.0.1" authors = ["Jack Wrenn "] license = "MIT" readme = "README.md" repository = "https://gitlab.com/jswrenn/frequency" documentation = "https://docs.rs/frequency" description = "A trait for types that keep track of the counts of things." keywords = ["frequency", "count", "statistics", "stats"] categories = ["algorithms"] [dependencies] num-traits = "0.1.37" [workspace] members = ["btreemap", "hashmap", "ordermap"]