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
[package]

name = "orx-pinned-vec"

version = "3.10.0"

edition = "2021"

authors = ["orxfun <orx.ugur.arikan@gmail.com>"]

description = "`PinnedVec` trait defines the interface for vectors which guarantee that elements added to the vector are pinned to their memory locations unless explicitly changed."

license = "MIT"

repository = "https://github.com/orxfun/orx-pinned-vec/"

keywords = ["vec", "array", "vector", "pinned", "memory"]

categories = ["data-structures", "rust-patterns", "no-std"]



[dependencies]

orx-pseudo-default = { version = "1.4", default-features = false }