Crate raw_stdio

Source
Expand description

This crate provides cross-platform, unbuffered, and direct access to STDIO streams.

See the documentation of RawStdio for more details.

Structs§

RawStdio
A raw reference to an STDIO stream.

Functions§

raw_stderr
Returns a RawStdio handle for STDERR.
raw_stdin
Returns a RawStdio handle for STDIN.
raw_stdout
Returns a RawStdio handle for STDOUT.