orx-pinned-vec 3.23.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
#[cfg(test)]
mod tests;

/// Utility functions to make slice-like PinnedVec implementations more convenient.
pub mod slice;