Module split_producer

Source
Expand description

Common splitter for strings and slices

This module is private, so these items are effectively pub(super)

Structsยง

SplitProducer ๐Ÿ”’
Common producer for splitting on a predicate.

Traitsยง

Fissile ๐Ÿ”’
Helper trait so &str, &[T], and &mut [T] can share SplitProducer.

Type Aliasesยง

SplitInclusiveProducer ๐Ÿ”’