1 unstable release
0.1.3 | Feb 13, 2022 |
---|---|
0.1.2 |
|
0.1.1 |
|
0.1.0 |
|
#1567 in Data structures
21KB
603 lines
This is a Rust crate that implements hierarchical queries. In particular it can wrap Vecs and allow for fast querying for elements equal to some value or matching some range in a lattice order by prebuilding an index.
Also separately intended as a component in a wrapped python component.