# iter-debug
[](https://github.com/1e1001/iter-debug)
[](https://crates.io/crates/iter-debug)
[](https://docs.rs/iter-debug)
[](#License)
Allows debugging iterators without collecting them to a `Vec` first, such as for `no_std` environments.
```rust
```
For more information, [read the docs](https://docs.rs/iter-debug).
## Changelog
### 1.0.0
- Initial release
## License
[MIT](./LICENSE-MIT) or [Apache 2.0](./LICENSE-APACHE)