threshold-dict 0.7.0

A data structure to find smallest key that is larger than the query
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[dependencies]

[package]
authors = ["Du Shiqiao <lucidfrontier.45@gmail.com>"]
categories = ["data-structures"]
description = "A data structure to find smallest key that is larger than the query"
edition = "2021"
keywords = ["datastructures"]
license-file = "LICENSE"
name = "threshold-dict"
readme = "README.md"
repository = "https://github.com/lucidfrontier45/threshold_dict"
version = "0.7.0"