orx-imp-vec 0.1.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.1.0"
dependencies = [
 "orx-split-vec",
]

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