orx-split-vec 0.9.1

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
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "orx-fixed-vec"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28ebf28a5f3ffdd2540903df5e515211ed49a85b02f478b70ebc82df4b0f0dbb"
dependencies = [
 "orx-pinned-vec",
]

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

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