Expand description
Extension trait for string types.
Structs§
- Char
Indices From - Like
CharIndices
, which starts from an offset. - KeyStr
- A pair of (string slice, key) returned by the RSplitWhile/ SplitWhile iterators.
- Left
Padder - Add padding to a string in its
Display
impl. - RSplit
While - Iterator over string slices, in which all the chars in each string were mapped to the same key by a closure, iterating from the end.
- Split
While - Iterator over string slices, in which all the chars in each string were mapped to the same key by a closure.
Traits§
- String
Ext - Extension trait for strings (any type that borrows as
str
).