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