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