t-oc 6.1.0

Trie Occurrence Counter is frequency dictionary for any type implementing Iterator<Item = char>.
Documentation
[features]
test-ext = []

[lib]
name = "t_oc"
path = "src/lib.rs"

[package]
authors = ["software9119.technology"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
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"
exclude = ["/rustfmt.toml"]
keywords = ["frequency-dict", "repetition-dict", "retrieval-tree", "trie"]
license = "MIT"
name = "t-oc"
readme = "README.md"
repository = "https://github.com/deep-outcome/t-oc"
version = "6.1.0"

[[test]]
name = "custom_ab"
path = "tests/custom_ab.rs"