Skip to main content

Module fmt_ext

Module fmt_ext 

Source
Expand description

Tools for formatting

Structsยง

Bytes
Display given bytes, if possible, by printing the ascii characters through ~ (except \) as is, and escaping '\r', '\n', '\t', and '\\'. If other characters are present everything is printed hexadecimal.
Json
Display given type T by serializing it to json.