Structs

The BufReader<R> struct adds buffering to any reader.

Wraps a writer and buffers its output.

A reference to an open file on the filesystem.

A hash map implemented with quadratic probing and SIMD lookup.

A description of the options that a program can handle.

A slice of a path (akin to str).

Constants

Traits

A BufRead is a type of Reader which has an internal buffer, allowing it to perform extra ways of reading.

The Read trait allows for reading bytes from a source.

The Seek trait provides a cursor which can be moved within a stream of bytes.

A trait for objects which are byte-oriented sinks.

Functions

Type Definitions