printerator 1.0.0

simply print iterators without collecting them
Documentation
[dependencies.parking_lot]
default-features = false
version = "0.12.5"

[lib]
name = "printerator"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "simply print iterators without collecting them"
edition = "2024"
license = "EUPL-1.2"
name = "printerator"
readme = "README.md"
version = "1.0.0"

[[test]]
name = "test"
path = "tests/test.rs"