Expand description
Utilities for serializing and deserializing strings.
Structs§
- Escaped
Str - A borrowed escaped string.
EscapedStr
can be used to borrow an escaped string from the input, even when deserialized usingfrom_str_escaped
orfrom_slice_escaped
. - Escaped
String Fragment Iter - An iterator over the
EscapedStringFragment
s of an escaped string.
Enums§
- Escaped
String Fragment - A fragment of an escaped string
- String
Unescape Error - Errors occuring while unescaping strings.