[dependencies]
[features]
unstable-assert-no-drop = []
[lib]
name = "printable"
path = "src/lib.rs"
[lints.clippy]
undocumented_unsafe_blocks = "warn"
[lints.clippy.pedantic]
level = "warn"
priority = 1
[lints.rust]
missing_debug_implementations = "warn"
missing_docs = "warn"
unreachable_pub = "warn"
[lints.rust.rust_2018_idioms]
level = "warn"
priority = 1
[package]
authors = ["Andrew Sonin <sonin.cel@yandex.ru>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["value-formatting"]
description = "Provides `std::fmt::Display` wrapper for iterators and tuples."
documentation = "https://docs.rs/printable/"
edition = "2021"
homepage = "https://github.com/andrewsonin/printable"
keywords = ["printable", "formatting", "display", "iterator", "tuple"]
license = "MIT"
name = "printable"
readme = "README.md"
repository = "https://github.com/andrewsonin/printable"
version = "2.0.0"