Crate sled_search

Source

Re-exports§

pub extern crate sled;

Functions§

max
Find the maximum entry within the given Tree using a binary search.
pred
Find the greatest entry that precedes the given key.
pred_incl
Find the entry at the given key or the greatest that precedes it if no entry for the key exists.
search
Search the key space of the tree for an entry using the guide function.