Module sigma_ser::peekable_reader[][src]

Expand description

io::Read wrapper with peek operation

Structs

PeekableReader

from https://github.com/C4K3/peekable-reader-rs/blob/master/src/lib.rs A wrapper around any struct implementing the Read trait, additionally allowing for peek operations to be performed. Therefore, the PeekableReader struct also implements the Read trait.

Traits

Peekable

A wrapper around any struct implementing the Read trait, additionally allowing for peek operations to be performed. Therefore, the PeekableReader struct also implements the Read trait.