Adding stack_stack library as a dependency

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

cargo add stack-stack

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

stack-stack = "0.1.0"

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

Back to the crate overview.