Implementation
parents
.gitignore
0 → 100644
Cargo.toml
0 → 100644
[package] | ||
name = "frequency" | ||
version = "1.0.0" | ||
authors = ["Jack Wrenn <me@jswrenn.com>"] | ||
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"] |
README.md
0 → 100644
btreemap/Cargo.toml
0 → 100644
btreemap/README.md
0 → 100644
btreemap/src/lib.rs
0 → 100644
hashmap/Cargo.toml
0 → 100644
hashmap/README.md
0 → 100644
hashmap/src/lib.rs
0 → 100644
ordermap/Cargo.toml
0 → 100644
ordermap/README.md
0 → 100644