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.