segmented-vec 0.1.1

A vector with stable element addresses using segmented allocation and O(1) index-to-segment mapping
Documentation
[[bench]]
harness = false
name = "comparison"
path = "benches/comparison.rs"

[dependencies]

[dev-dependencies.criterion]
version = "0.8.1"

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

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

[package]
authors = ["ddwalias"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures", "no-std"]
description = "A vector with stable element addresses using segmented allocation and O(1) index-to-segment mapping"
documentation = "https://docs.rs/segmented-vec"
edition = "2021"
keywords = ["vector", "stable-address", "data-structure", "segmented", "no-reallocation"]
license = "Apache-2.0"
name = "segmented-vec"
readme = "README.md"
repository = "https://github.com/ddwalias/segmented-vec"
version = "0.1.1"