Module rayon::string

source ·
Expand description

This module contains the parallel iterator types for owned strings (String). You will rarely need to interact with it directly unless you have need to name one of the iterator types.

Structs

Draining parallel iterator that moves a range of characters out of a string, but keeps the total capacity.