Adding one_stack_vec library as a dependency

Run this command in a terminal, in your project's directory:

cargo add one-stack-vec

To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:

one-stack-vec = "0.5.1"

The one_stack_vec library will be automatically available globally. Read the one_stack_vec library documentation.

Back to the crate overview.