Crate textstream

Source
Expand description

Reader for non-utf8 text.

Structs§

Lines
An iterator over the lines of an TextReader. This struct is generally created by calling lines() on a TextReader. Please see the documentation of lines() for more details.
TextReader
The TextReader struct is wrapper for BufReader to decode text codecs.

Enums§

Error
Error for reader.

Type Aliases§

Result
Result for reader.