mirror of
https://github.com/uutils/coreutils
synced 2024-12-18 00:53:25 +00:00
c969becbf8
.# [why] `mem::ununitialized()` is deprecated as of rust v1.39.0. And this use is likely a premature optimization attempting to avoid initializing the byte array to 0, which is usually a *very* fast operation. * ref: <https://github.com/rust-lang/rust/blob/master/RELEASES.md> * ref: <https://stackoverflow.com/questions/3654905/faster-way-to-zero-memory-than-with-memset> |
||
---|---|---|
.. | ||
build.rs | ||
Cargo.toml | ||
cksum.rs |