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