[][src]Crate panoradix

panoradix is a set of structures based of the Radix tree data structure, optimized for indexing strings "by prefix".

Re-exports

pub use map::RadixMap;
pub use set::RadixSet;

Modules

map

Module containing a map based on a Radix tree.

set

Module containing a set based on a Radix tree.

Traits

RadixKey

A key that can be inserted in both RadixSet and RadixMap.