Module str

Source
Expand description

Utilities for serializing and deserializing strings.

Structs§

EscapedStr
A borrowed escaped string. EscapedStr can be used to borrow an escaped string from the input, even when deserialized using from_str_escaped or from_slice_escaped.
EscapedStringFragmentIter
An iterator over the EscapedStringFragments of an escaped string.

Enums§

EscapedStringFragment
A fragment of an escaped string
StringUnescapeError
Errors occuring while unescaping strings.