printerator 1.0.1

simply print iterators without collecting them
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "printerator"
version = "1.0.1"
authors = ["Voxell Paladynee <paladyneshadow@gmail.com>"]
description = "simply print iterators without collecting them"
license = "EUPL-1.2"
repository = "https://github.com/Paladynee/printerator"
readme = "README.md"
keywords = ["utility", "text", "logging", "string", "log"]
categories = ["development-tools"]
edition = "2024"
documentation = "https://docs.rs/printerator/latest/printerator/"

[dependencies]
parking_lot = { version = "0.12.5", default-features = false }