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

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