orx-pinned-vec 3.21.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
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "orx-iterable"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dfa2cb3f82a187c68835faac9cf03faaee70b93f4da3b85515ac1b4c6f8a432d"
dependencies = [
 "orx-self-or",
]

[[package]]
name = "orx-pinned-vec"
version = "3.21.0"
dependencies = [
 "orx-iterable",
 "orx-pseudo-default",
]

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

[[package]]
name = "orx-self-or"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "67a8e35dfe18921e475b9861266fd58a5ecfd681161f242d24a9e2d1e07fbc28"