[][src]Crate split_ext

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

IntoSplitRegex
IntoSplitRegexAndThen
IntoSplitRegexMap
IntoSplitRegexRef
IntoSplitRegexRefAndThen
IntoSplitRegexRefMap
IntoSplitWhitespace
IntoSplitWhitespaceAndThen
IntoSplitWhitespaceMap

Traits

IntoSplitExt

Trait for owning-splitter methods. These methods work on String, Box<str>, Rc<str>, etc.