downlowd 0.1.1

Download files with automatic retries and resumes.
1
2
3
4
5
use std::time::Duration;

pub trait System {
    async fn sleep(duration: Duration);
}