display_as_debug 0.2.0

Enables a rust types display implementation to be used as its debug implementation.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]

name = "display_as_debug"

version = "0.2.0"

edition = "2021"

authors = ["Austin Stanley <maxtmahem@gmail.com>"]

description = "Enables a rust types display implementation to be used as its debug implementation."

repository = "https://github.com/MaxMahem/display_as_debug"

homepage = "https://github.com/MaxMahem/display_as_debug"

documentation = "https://MaxMahem.github.io/display_as_debug/index.html"

readme = "README.md"

license = "MIT OR Apache-2.0"

keywords = ["debug", "display", "formatting", "error-handling"]

categories = ["development-tools::debugging", "rust-patterns"]



[dependencies]