orx-imp-vec 0.6.0

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

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

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

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

[[package]]
name = "orx-split-vec"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38f4a20ba5bf30db09b3e7f02a649e62802141d25573508ec2a4234880c121db"
dependencies = [
 "orx-pinned-vec",
]