Matthias Krüger 00bc2a425c
Rollup merge of #122441 - a1phyr:improve_read_impls, r=ChrisDenton
Improve several `Read` implementations

- `read_to_end` and `read_to_string` for `Cursor`
- Error on OOM in `read_to_string` of `&[u8]` and `VecDeque<u8>`
- Avoid making the slices contiguous in `VecDeque::read_to_string`
- ~`read_exact` and (unstable) `read_buf_exact` for `Take`~
- ~`read_buf` for `UnixStream` and `&UnixStream`~ (moved to #123084)
- `read_to_end` for `ChildStdErr`
2024-05-04 18:36:37 +02:00
..
2024-04-10 13:50:27 -04:00
2024-04-10 13:50:27 -04:00
2024-03-20 15:35:13 +01:00
2024-05-01 22:19:11 -04:00
2024-02-29 14:28:47 -05:00
2024-04-10 13:50:27 -04:00
2024-04-10 13:50:27 -04:00
2024-05-01 22:19:11 -04:00
2024-05-01 21:01:51 -04:00
2024-04-08 11:57:17 +00:00
2024-05-01 21:01:51 -04:00
2024-03-07 07:49:22 +01:00