preftree 0.1.0

A prefix tree implementation
Documentation
  • Coverage
  • 58.33%
    7 out of 12 items documented0 out of 9 items with examples
  • Size
  • Source code size: 10.19 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.61 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • megahomyak

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