pretty-error-debug-derive 0.3.1

Derive `std::fmt::Debug` using `pretty_error_debug`
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "pretty-error-debug-derive"
version = "0.3.1"
authors = ["René Kijewski <crates.io@k6i.de>"]
repository = "https://github.com/Kijewski/pretty-error-debug"
license = "MIT OR Apache-2.0 WITH LLVM-exception"
edition = "2021"
rust-version = "1.56"
description = "Derive `std::fmt::Debug` using `pretty_error_debug`"

[lib]
proc-macro = true

[dependencies]
quote = "1.0.7"
syn = "2.0.0"