mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-03 17:35:28 +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)