Expand description
String types that facilitate parsing.
Structs§
- Inline
Str - An inline string that can contain almost three words of UTF-8 text.
- String
TooLong Error - Returned when trying to convert a
&str
into anInlineStr
but it fails because it doesn’t fit.
Enums§
- CowStr
- A copy-on-write string that can be owned, borrowed or inlined.