orx-imp-vec 0.5.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
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-imp-vec"
version = "0.5.0"
dependencies = [
 "orx-split-vec",
]

[[package]]
name = "orx-split-vec"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7077af494535e488506565655327dbaa2b2ffe59b1779974a701f4ca14eaa1ef"