sled-search

Crates.iosled-search
lib.rssled-search
version0.2.0
sourcesrc
created_at2018-09-28 00:18:19.026273
updated_at2018-10-02 09:19:46.567799
descriptionUtility functions for searching a `sled::Tree`
homepagehttps://github.com/mitchmindtree/sled-search
repositoryhttps://github.com/mitchmindtree/sled-search.git
max_upload_size
id86934
size10,627
(mitchmindtree)

documentation

README

sled-search Build Status Crates.io Crates.io docs.rs

Utility functions for searching a sled::Tree.

Includes:

  • search - allows for searching the sled::Tree key space using a guiding function.
  • max - finds the greatest entry in the sled::Tree (uses search internally).
  • pred - finds the greatest key preceding the given key (uses search internally).
  • pred_incl - a version of the pred fn that is inclusive of the given key.
Commit count: 5

cargo fmt