Expand description
This module defines different miscellaneous types and functions.
Structs§
- Namespace
- Represents a XML namespace.
- Namespace
Prefix - Represents a XML namespace prefix.
- RawByte
Str - Helper type that implements
DebugandDisplayfor 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.