orx-split-vec 0.7.0

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.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "orx-pinned-vec"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19a6a208aef1b2483c4f935c41c862cfd9a0721046fcbf839ff3962adc80c952"

[[package]]
name = "orx-split-vec"
version = "0.7.0"
dependencies = [
 "orx-pinned-vec",
]