sorted-index-buffer 0.2.1

array based sorted map with u64 keys
Documentation
[dependencies]

[dev-dependencies.proptest]
version = "1.9.0"

[dev-dependencies.rand]
version = "0.9.2"

[dev-dependencies.test-strategy]
version = "0.4.3"

[lib]
name = "sorted_index_buffer"
path = "src/lib.rs"

[package]
authors = ["rklaehn <rklaehn@protonmail.com>", "n0 team"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures"]
description = "array based sorted map with u64 keys"
edition = "2021"
keywords = ["map", "buffer"]
license = "MIT OR Apache-2.0"
name = "sorted-index-buffer"
readme = "README.md"
repository = "https://github.com/n0-computer/iroh"
version = "0.2.1"