[][src]Module core_extensions::strings

Extension trait for string types.

Structs

CharIndicesFrom

Like CharIndices which starts from an offset.

KeyStr

KeyStr is a pair of (str_slice,key) returned from the (R)SplitWhile iterators.

LeftPadder

Add padding padding to string in the Display impl.

RSplitWhile

Iterator that returns string slices for the ranges in which mapper returns the same value ,from the end.

SplitWhile

Iterator that returns string slices for the ranges in which mapper returns the same value.

Traits

StringExt

Extension trait for strings (any type that borrows as str).