Module whiteread::stream [] [src]

This module defines the StrStream trait.

Structs

SplitAsciiWhitespace

Fast version of std::str::SplitWhitespace, but with some drawbacks.

Traits

StrExt

Extends a str with split_ascii_whitespace method.

StrStream

A streaming iterator yielding borrowed strings.