orx-pinned-vec 3.10.0

`PinnedVec` trait defines the interface for vectors which guarantee that elements added to the vector are pinned to their memory locations unless explicitly changed.
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-pinned-vec"
version = "3.10.0"
dependencies = [
 "orx-pseudo-default",
]

[[package]]
name = "orx-pseudo-default"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b97dde303d83e7609797d0c1222a9fb02e66445abc47643cc3d7168fd7c804cc"