Closed
Description
Tracking for rust-lang/rfcs#517
Areas that still need RFC amendments:
- Timeouts
- stdin/stdout/stderr - Amend RFC 517: Add material for stdio rfcs#899, std: Stabilize the
io
module #23292 - TempDir - std: Stabilize the
fs
module #23081 - timers/sleeping (probably just a
sleep
function) - std: Implementthread::sleep
#23330 -
write! macro(WONTFIX) - make the new io modules all hook into each other (std::env use new paths) std: Move std::env to the new I/O APIs #22727
- ErrorKind - std: Stabilize the
io
module #23292, std: Stablize io::ErrorKind #23430 - exit statuses
Areas that need more scrutiny before stabilization
- Various
std::os::platform
extensions -- no clear plan for these yet std: Stabilize portions ofstd::os::$platform
#23353 -
AsRawFd
and friends -- need aFromRawFd
etc