trie-generic 0.1.2

A trie with generic content
Documentation

trie-generic

Generic implementation of a trie.

Install

Add trie-generic to the dependencies on your Cargo.toml file:

[dependencies]
trie-generic = "0.1.2"

API

Example

To do

  • Improve docs
  • Replace string/Vec with Iterator

Bugs and stuff

Open a GitHub issue or, preferably, send me a pull request.