derive_display_from_debug 0.1.2

A trivial Rust macro to derive the Display trait for any type with the Debug trait
Documentation
[dependencies.quote]
version = "1.0.7"

[dependencies.syn]
version = "1.0.48"

[lib]
proc-macro = true

[package]
authors = ["kklibo"]
description = "A trivial Rust macro to derive the Display trait for any type with the Debug trait"
edition = "2018"
homepage = "https://github.com/kklibo/derive_display_from_debug"
license = "CC0-1.0"
license-file = "LICENSE"
name = "derive_display_from_debug"
readme = "README.md"
repository = "https://github.com/kklibo/derive_display_from_debug"
version = "0.1.2"