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
12
13
---
source: tests/tests.rs
expression: format_strs
info:
  hex: 305441741
  display: "You'll see unescaped quotes -> \"\"\""
  just_text: ~
---
FormatStrs {
    hex: 0x1234abcd,
    display: You'll see unescaped quotes -> """,
    just_text: I am the text,
}