orx_pinned_vec
Run this command in a terminal, in your project's directory:
cargo add orx-pinned-vec
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
Cargo.toml
[dependencies]
orx-pinned-vec = "3.11.0"
The orx_pinned_vec library will be automatically available globally. Read the orx_pinned_vec library documentation.
Back to the crate overview.