[dependencies.parking_lot]
default-features = false
version = "0.12.5"
[lib]
name = "printerator"
path = "src/lib.rs"
[package]
authors = ["Voxell Paladynee <paladyneshadow@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools"]
description = "simply print iterators without collecting them"
documentation = "https://docs.rs/printerator/latest/printerator/"
edition = "2024"
keywords = ["utility", "text", "logging", "string", "log"]
license = "EUPL-1.2"
name = "printerator"
readme = "README.md"
repository = "https://github.com/Paladynee/printerator"
version = "1.0.1"
[[test]]
name = "test"
path = "tests/test.rs"