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