[dev-dependencies.rand]
version = "0.9.2"
[dev-dependencies.ulid]
version = "1.2.1"
[[example]]
name = "benchmarks"
path = "examples/benchmarks.rs"
[[example]]
name = "many_ulids"
path = "examples/many_ulids.rs"
[lib]
name = "segment_array"
path = "src/lib.rs"
[package]
authors = ["Nathan Fiedler <nathanfiedler@fastmail.fm>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures"]
description = "Segment array (growable, append-only) data structure."
edition = "2024"
exclude = ["TODO.org", "test/*"]
keywords = ["collections", "segment-array", "data-structures"]
license = "MIT"
name = "segment-array"
readme = "README.md"
repository = "https://github.com/nlfiedler/segarray"
version = "1.0.0"