smart-debug 0.0.3

Derive macro for `Debug` with easy manipulation of fields
Documentation
1
2
3
4
5
6
7
8
9
10
11
---
source: tests/tests.rs
expression: basic
info:
  default: false
  not_default: true
---
Basic {
    not_default: true,
    ..
}