Skip to main content

Module util

Module util 

Source
๐Ÿ”ฌThis is a nightly-only experimental API. (alloc_io #154046)

Structsยง

BytesExperimental
An iterator over u8 values of a reader.
LinesExperimental
An iterator over the lines of an instance of BufRead.
SplitExperimental
An iterator over the contents of an instance of BufRead split on a particular byte.

Traitsยง

SpecReadByte ๐Ÿ‘ป Experimental
For the specialization of Bytes::next.

Functionsยง

bytes ๐Ÿ”’ Experimental
inlined_slow_read_byte ๐Ÿ”’ Experimental
Reads a single byte in a slow, generic way. This is used by the default spec_read_byte.
lines ๐Ÿ”’ Experimental
split ๐Ÿ”’ Experimental
uninlined_slow_read_byte ๐Ÿ”’ Experimental