Available on crate feature cli-common only.
Expand description

File I/O helpers for CLI binaries.

Structs

A lazy File that is not opened until the first call to Write::write or Write::flush.

Writer that wraps standard output to handle TTYs nicely.

Enums

Wrapper around either a file or standard input.

The data format being written out.

Wrapper around either a file or standard output.