Skip to content
This repository has been archived by the owner on Feb 13, 2023. It is now read-only.

fix file truncation bug #11

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ericseppanen
Copy link

std::io::Write::write() does not guarantee writing all bytes. For that, we should use write_all() instead.

Fixes #10.

std::io::Write::write() does not guarantee writing all bytes. For that,
we should use write_all() instead.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

cargo-download stdout output is truncated for some crates
1 participant