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
RawStdiohandle for STDERR. - raw_
stdin - Returns a
RawStdiohandle for STDIN. - raw_
stdout - Returns a
RawStdiohandle for STDOUT.