Expand description
Extension traits for splitting.
Right now the focus is on packaging together an owned string and an iterator that borrows from the string to split it.
This is an initial, work-in-progress release.
Structs§
- Into
Split Regex - Into
Split Regex AndThen - Into
Split Regex Map - Into
Split Regex Ref - Into
Split Regex RefAnd Then - Into
Split Regex RefMap - Into
Split Whitespace - Into
Split Whitespace AndThen - Into
Split Whitespace Map
Traits§
- Into
Split Ext - Trait for owning-splitter methods. These methods work on
String
,Box<str>
,Rc<str>
, etc.