Adding stackvector library as a dependency

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

cargo add stackvector

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

stackvector = "1.1.1"

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

Back to the crate overview.