1 unstable release
0.1.0 | Nov 15, 2019 |
---|
#2355 in Data structures
32KB
568 lines
X-Fast Trie
Rust implementation of X-fast Trie which is a bitwise trie used to store a bounded domain of integers.
lib.rs
:
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.