Module odds::string
[−]
[src]
Extensions to &str and String
Structs
| CharChunks |
An iterator that splits the string in substrings of each |
| CharWindows |
An iterator that produces substrings of each |
| Prefixes |
Iterator of all non-empty prefixes |
| Substrings |
Iterator of all non-empty substrings |
| Suffixes |
Iterator of all non-empty suffixes |
Traits
| StrChunksWindows |
Extension traits for the |
| StrExt |
Extra methods for |
| StrSlice |
Extension trait for |
| StringExt |
Extra methods for |