Module misc

Module misc 

Source
Expand description

This module defines different miscellaneous types and functions.

Structs§

Namespace
Represents a XML namespace.
NamespacePrefix
Represents a XML namespace prefix.
RawByteStr
Helper type that implements Debug and Display for a byte slice.

Functions§

format_utf8_slice
Tries to interpret the bytes of the passed byte slice as ASCII characters and print them. If a non ASCII character is detected it is formatted as two digit hexadecimal value instead.