[package]
name = "sorted_vector_map"
version = "0.2.1"
authors = ["Facebook <opensource+crates-sorted-vector-map@fb.com>"]
edition = "2024"
description = "maps and sets backed by sorted vectors"
readme = "README.md"
repository = "https://github.com/facebookexperimental/rust-shed"
license = "MIT OR Apache-2.0"
keywords = ["map", "set"]
categories = ["data-structures"]
[[bench]]
name = "map"
harness = false
[[bench]]
name = "set"
harness = false
[dependencies]
itertools = "0.14.0"
quickcheck = "1.0"
[dev-dependencies]
sapling-minibench = { git = "https://github.com/facebook/sapling.git", branch = "main" }