#prefix-tree #matching #shortest #testing

preftree

A prefix tree implementation

1 unstable release

0.1.0 Jan 1, 2024

#12 in #shortest

MIT license

10KB
224 lines

preftree

A Rust prefix tree. Supports both exact matching and matching by shortest prefix. See tests and docs.

Documentation

https://docs.rs/crate/preftree/latest

Installation

cargo add preftree

No runtime deps