-
Notifications
You must be signed in to change notification settings - Fork 316
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add wget-style progress UI on Depot downloads.
Thanks to an awesome tiny [progress bar](http://a8m.github.io/pb/doc/pbr/index.html) crate and the recently extracted [broadcast](http://lessis.me/broadcast/broadcast/index.html) crate we can get really, really nice download progress bars. This implementation is about the simplest without much customized, although more tweaking is possible. Also, major props to `std::io::copy`, my continued single favorite Rust API evar! Signed-off-by: Fletcher Nichol <fnichol@nichol.ca> Pull request: #515 Approved by: fnichol
- Loading branch information
1 parent
ebd941d
commit f8b2546
Showing
6 changed files
with
102 additions
and
94 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.