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