You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 3, 2021. It is now read-only.
C/C++ requires non-overlapping source and destination to memcpy. Rust supports both overlapping and non-overlapping copy operations. Would anybody mind a PR with non-overlapping variant of memory.copy?