v-trie 0.1.2

Just a generic compressed prefix tree.
Documentation
1
2
3
4
5
6
7
8
# `v-trie`

A generic compressed prefix tree implementation in Rust.

This works on any sliceable sequence where the sequence can by copied; e.g. string, vectors of numbers, etc.

Performance directly depends on iteration and comparison through said slice.