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