debug_iterator 0.1.0

a simple iterator adapter that prints out the debug repr. of the item
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.log]
optional = true
version = "0.4.7"

[features]
default = []
logging = ["log"]

[package]
authors = ["museun <museun@outlook.com>"]
description = "a simple iterator adapter that prints out the debug repr. of the item"
edition = "2018"
keywords = ["iterator", "debug"]
license = "0BSD"
name = "debug_iterator"
readme = "README.md"
repository = "https://github.com/museun/debug_iterator"
version = "0.1.0"