display_as_debug 0.3.0

Enables a rust types display implementation to be used as its debug implementation.
Documentation
[dependencies]

[[example]]
name = "error_comparison"
path = "examples/error_comparison.rs"

[[example]]
name = "error_from_main"
path = "examples/error_from_main.rs"

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

[package]
authors = ["Austin Stanley <maxtmahem@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools::debugging", "rust-patterns"]
description = "Enables a rust types display implementation to be used as its debug implementation."
documentation = "https://MaxMahem.github.io/display_as_debug/index.html"
edition = "2024"
homepage = "https://github.com/MaxMahem/display_as_debug"
keywords = ["debug", "display", "formatting", "error-handling"]
license = "MIT OR Apache-2.0"
name = "display_as_debug"
readme = "README.md"
repository = "https://github.com/MaxMahem/display_as_debug"
rust-version = "1.85.1"
version = "0.3.0"

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

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