mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-29 03:37:26 +03:00
19f8ba4733
std: sys: net: uefi: tcp4: Implement read - A blocking implementation of tcp4 read. - Basically a copy of [write](https://github.com/rust-lang/rust/pull/141532)