orx-imp-vec 2.0.0

`ImpVec`, standing for immutable push vector 👿, is a data structure which allows appending elements with a shared reference.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.orx-pinned-vec]
version = "2.0"

[dependencies.orx-split-vec]
version = "2.0"

[package]
authors = ["orxfun <orx.ugur.arikan@gmail.com>"]
categories = ["data-structures", "rust-patterns"]
description = "`ImpVec`, standing for immutable push vector 👿, is a data structure which allows appending elements with a shared reference."
edition = "2021"
keywords = ["vec", "pinned", "bag", "container", "split"]
license = "MIT"
name = "orx-imp-vec"
readme = "README.md"
repository = "https://github.com/orxfun/orx-imp-vec/"
version = "2.0.0"