orx-split-vec 2.11.0

An efficient constant access time vector with dynamic capacity and pinned elements.
Documentation
[[bench]]
harness = false
name = "serial_access"
[dependencies.orx-pinned-vec]
version = "2.9"
[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.5"

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

[dev-dependencies.rand_chacha]
version = "0.3"

[dev-dependencies.test-case]
version = "3.3.1"

[package]
authors = ["orxfun <orx.ugur.arikan@gmail.com>"]
categories = ["data-structures", "rust-patterns"]
description = "An efficient constant access time vector with dynamic capacity and pinned elements."
edition = "2021"
keywords = ["vec", "array", "split", "fragments", "pinned"]
license = "MIT"
name = "orx-split-vec"
readme = "README.md"
repository = "https://github.com/orxfun/orx-split-vec/"
version = "2.11.0"