Module rayon::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 shareSplitProducer
.