[][src]Crate xfast

X-fast Trie is a bitwise trie to store a bounded domain of integers.

Currently this version of the crate is using the nightly release of rust.

Structs

TrieNode

Nodes of the trie

Xfast

A bitwise trie to store integers.

XfastIter

Iterator around the Xfast key and value (TrieNode) pairs

XfastIterMut

Mutable Iterator around the Xfast key and value (TrieNode) pairs