mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 21:15:18 +03:00
205ae163e7
additional io::copy specializations - copying from `&[u8]` and `VecDeque<u8>` - copying to `Vec<u8>` A user on reddit [mentioned they saw a performance drop](https://www.reddit.com/r/rust/comments/14shv9f/comment/jr0bg6j/?context=3) when copying from a slice.