[dependencies.orx-split-vec]
version = "^0.2.3"
[package]
authors = ["orxfun <orx.ugur.arikan@gmail.com>"]
categories = ["data-structures"]
description = "`ImpVec` stands for 'immutable-push-vec'. It uses `orx_split_vec::SplitVec` as the underlying data structure, and additionally allows for push/extend operations with an immutable reference."
edition = "2021"
keywords = ["vec", "array", "split", "fragments", "pinned"]
license = "MIT"
name = "orx-imp-vec"
readme = "README.md"
repository = "https://github.com/orxfun/orx-imp-vec/"
version = "0.2.0"