[features]
test-ext = []
[package]
authors = ["software9119.technology"]
categories = ["algorithms", "data-structures"]
description = "Trie Occurrence Counter is frequency dictionary for any type implementing `Iterator<Item = char>`."
documentation = "https://docs.rs/t-oc/latest/t_oc/"
edition = "2021"
homepage = "https://github.com/bravequickcleverfibreyarn/t-oc"
keywords = ["frequency-dict", "repetition-dict", "retrieval-tree", "trie"]
license = "MIT"
name = "t-oc"
readme = "README.md"
repository = "https://github.com/bravequickcleverfibreyarn/t-oc"
version = "3.0.0"