custom_debug 0.6.1

Derive Debug with a custom format per field
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "custom_debug"
version = "0.6.1"
authors = ["panicbit <panicbit.dev@gmail.com>"]
description = "Derive Debug with a custom format per field"
license = "Apache-2.0 OR MIT"
repository = "https://github.com/panicbit/custom_debug"
readme = "README.md"
edition = "2021"

[dependencies]
custom_debug_derive = { version = "0.6.1", path = "custom_debug_derive" }

[workspace]
members = ["custom_debug_derive"]