rust/library/std/src/sys/stdio
bors 60a3084f64 Auto merge of #136769 - thaliaarchi:io-optional-methods/stdio, r=joboet
Provide optional `Read`/`Write` methods for stdio

Override more of the default methods for `io::Read` and `io::Write` for stdio types, when efficient to do so, and deduplicate unsupported types.

Tracked in https://github.com/rust-lang/rust/issues/136756.

try-job: x86_64-msvc-1
2025-03-23 06:23:51 +00:00
..
windows std: move stdio to sys 2025-03-09 23:42:13 +01:00
mod.rs Update Trusty support to account for recent libstd reorganization 2025-03-10 12:54:59 -07:00
sgx.rs Auto merge of #136769 - thaliaarchi:io-optional-methods/stdio, r=joboet 2025-03-23 06:23:51 +00:00
solid.rs Deduplicate platform stdio types 2025-03-11 14:00:08 -07:00
teeos.rs Deduplicate platform stdio types 2025-03-11 14:00:08 -07:00
trusty.rs Update Trusty support to account for recent libstd reorganization 2025-03-10 12:54:59 -07:00
uefi.rs std: move stdio to sys 2025-03-09 23:42:13 +01:00
unix.rs Auto merge of #136769 - thaliaarchi:io-optional-methods/stdio, r=joboet 2025-03-23 06:23:51 +00:00
unsupported.rs Implement optional methods for unsupported stdio 2025-03-22 01:21:23 -07:00
wasi.rs std: move stdio to sys 2025-03-09 23:42:13 +01:00
windows.rs std: move stdio to sys 2025-03-09 23:42:13 +01:00
xous.rs Deduplicate platform stdio types 2025-03-11 14:00:08 -07:00
zkvm.rs std: move stdio to sys 2025-03-09 23:42:13 +01:00