termo::show::anything!(“name”,thing);
display anyhting in a beautiful way
╭───── {name} ────────────────────
| property: value
| property: value
| property: value
| last_property: value
╰─────────────────────────────────
should be able to display anything that implemets Debug trait
wrapped in a box and chopps max 60 chars(including the box) into next line
and prefixes each line with “│ “