2 unstable releases
Uses old Rust 2015
0.2.0 | Oct 2, 2018 |
---|---|
0.1.0 | Sep 28, 2018 |
#25 in #tree-search
Used in sled-web
6KB
68 lines
sled-search
Utility functions for searching a sled::Tree
.
Includes:
search
- allows for searching thesled::Tree
key space using a guiding function.max
- finds the greatest entry in thesled::Tree
(usessearch
internally).pred
- finds the greatest key preceding the given key (usessearch
internally).pred_incl
- a version of thepred
fn that is inclusive of the given key.
Dependencies
~1.8–2.5MB
~51K SLoC