Adding orx_split_vec library as a dependency

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:

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.