Files
rust/library/std/src
Dylan DPC 654204f455 Rollup merge of #109022 - tmiasko:read-buf-exact, r=dtolnay
read_buf_exact: on error, all read bytes are appended to the buffer

Guarantee that when `read_buf_exact` returns, all bytes read will be
appended to the buffer. Including the case when the operations fails.

The motivating use case are operations on a non-blocking reader. When
`read_buf_exact` fails with `ErrorKind::WouldBlock` error, the operation
can be resumed at a later time.
2023-03-19 15:33:58 +05:30
..
2022-08-01 20:10:40 +00:00
2022-12-11 01:20:18 -05:00
2022-12-11 01:20:18 -05:00
2023-03-18 12:32:09 +09:00
2022-08-18 18:07:39 -04:00
2022-12-28 09:18:43 -05:00
2023-03-15 23:55:48 +05:30
2022-04-14 01:33:13 -04:00
2022-09-26 10:14:45 +02:00
2023-02-20 23:44:21 +01:00
2022-12-31 15:32:09 +05:30
2023-03-17 21:00:10 -07:00
2023-03-15 23:55:48 +05:30