Adding debug_helper library as a dependency

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

cargo add debug-helper

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

debug-helper = "0.3.13"

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

Back to the crate overview.