Crate panoradix [] [src]

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

Structs

RadixMap

A map based on a Radix tree.

RadixSet

A set based on a Radix tree.