-
Notifications
You must be signed in to change notification settings - Fork 892
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Progress and speed indication for downloads #71
Comments
I have 2 unsubmitted implementations of this.
Advice on how to go about this would be appreciated. |
Hi, I agree this would be a useful feature! It should be fairly straightforward to implement using the existing Notification system - I'd recommend adding a new enum variant called DownloadProgress or similar, which carries the progress information. The caller can then handle notifications of this kind as they wish. Feel free to ask here or on IRC if you have any questions! |
One problem with using the notification system is that In fact, not even multirust-rs will use it, because I'm planning to use But if it's okay, then I will just provide "fake" Display implementations for it to satisfy the constraints. |
Thanks for implementing this! |
Actually, I'll leave this open to track the missing "time remaining" feature. |
I'm working on |
(Stupid touch devices and their inaccuracies) |
We should try to resolve #76 before closing this issue. |
I think this can be closed. #76 is orthogonal. |
It's useful to know approximately how much time is left until the download is finished, and at what speed we are downloading at.
The original shell script version of multirust provides this information.
The text was updated successfully, but these errors were encountered: