Comment by stonecharioteer
Comment by stonecharioteer a day ago
Trying to relearn Rust by writing a download manager CLI. Managed to get the blocking version working, now I've implemented the async version using tokio. Have to next implement downloading chunks with different workers, and a download queue.