trie-generic 0.1.3

A trie with generic content
Documentation
# trie-generic

[![Rust](https://github.com/andrefs/trie-generic/actions/workflows/rust.yml/badge.svg)](https://github.com/andrefs/trie-generic/actions/workflows/rust.yml)

Generic implementation of a trie.

## Install

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

```rust
[dependencies]
trie-generic = "0.1.2"
```

## API

## Example

## To do

- Improve docs
- Replace string/Vec<char> with Iterator

## Bugs and stuff

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