Expand description
Formatting helpers
Structs§
- A wrapper that causes the inner
T
to be debug-formatted usingAbbreviatedDebug
- Use for displaying bytes in the logs
- Use for displaying potentially large
[serde_json::Value]
s in the logs - Optional stacktrace formatting for errors.
Traits§
- Something that can be debug-formatted in an abbreviated way
Functions§
- Format json object value truncating keys if there’s too many, and keys and values if they are too long
- Format json string value if it’s too long
- Format json array value truncating elements if there’s too many, and values if they are too long