We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
std::slice::bytes::copy_memory takes the destination first (like memcpy does), while std::io::copy takes the source first.
std::slice::bytes::copy_memory
memcpy
std::io::copy
cc @aturon