Adding stackdump_capture library as a dependency

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

cargo add stackdump-capture

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

stackdump-capture = "0.5.0"

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

Back to the crate overview.