Skip to main content

Crate csv_eof

Crate csv_eof 

Source
Expand description

Allows silently swallowing UnexpectedEof errors when reading CSV files.

Structs§

TerminateEarlyOnUnexpectedEof
Wrap an iterator in this to silently swallow UnexpectedEof errors.

Traits§

EarlyEofOk
A trait to wrap an Iterator and terminate without error on UnexpectedEof