Skip to main content
Module fmt_ext
pubhubs
0.0.0
Module fmt_ext
Module Items
Structs
In pubhubs::
misc
pubhubs
::
misc
Module
fmt_ext
Copy item path
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.