Adding debug_here library as a dependency

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

cargo add debug-here

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

debug-here = "0.2.2"

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

Back to the crate overview.