orx-split-vec 2.11.0

An efficient constant access time vector with dynamic capacity and pinned elements.
Documentation
[package]

name = "orx-split-vec"

version = "2.11.0"

edition = "2021"

authors = ["orxfun <orx.ugur.arikan@gmail.com>"]

description = "An efficient constant access time vector with dynamic capacity and pinned elements."

license = "MIT"

repository = "https://github.com/orxfun/orx-split-vec/"

keywords = ["vec", "array", "split", "fragments", "pinned"]

categories = ["data-structures", "rust-patterns"]



[dependencies]

orx-pinned-vec = "2.9"



[[bench]]

name = "serial_access"

harness = false



[dev-dependencies]

criterion = { version = "0.5", features = ["html_reports"] }

rand = "0.8"

rand_chacha = "0.3"

test-case = "3.3.1"