t-oc 3.0.2

Trie Occurrence Counter is frequency dictionary for any type implementing `Iterator<Item = char>`.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "t-oc"
version = "3.0.2"
authors= [ "software9119.technology" ]
edition = "2021"
description = "Trie Occurrence Counter is frequency dictionary for any type implementing `Iterator<Item = char>`."
readme = "./README.md"
homepage = "https://github.com/bravequickcleverfibreyarn/t-oc"
repository = "https://github.com/bravequickcleverfibreyarn/t-oc"
license = "MIT"
keywords = ["frequency-dict","repetition-dict","retrieval-tree","trie"]
categories = ["algorithms", "data-structures"]
documentation = "https://docs.rs/t-oc/latest/t_oc/"

[features]
test-ext = []