[dependencies.orx-pinned-vec]
version = "0.3.1"
[package]
authors = ["orxfun <orx.ugur.arikan@gmail.com>"]
categories = ["data-structures"]
description = "A split vector is a vector represented as a sequence of multiple contagious data fragments which avoids copies while growing and preserves the memory location of its 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 = "0.7.0"