[package]
name = "orx-split-vec"
version = "0.6.2"
edition = "2021"
authors = ["orxfun <orx.ugur.arikan@gmail.com>"]
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."
license = "MIT"
repository = "https://github.com/orxfun/orx-split-vec/"
keywords = ["vec", "array", "split", "fragments", "pinned"]
categories = ["data-structures"]
[dependencies]
orx-pinned-vec = "0.1.1"