Crate panoradix [] [src]

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

Reexports

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.