Module strings

Source
Expand description

String types that facilitate parsing.

Structs§

InlineStr
An inline string that can contain almost three words of UTF-8 text.
StringTooLongError
Returned when trying to convert a &str into an InlineStr but it fails because it doesn’t fit.

Enums§

CowStr
A copy-on-write string that can be owned, borrowed or inlined.