HN Top New Show Ask Jobs

settings

Theme

Hand Mode

Feed

Comment by stonecharioteer

Comment by stonecharioteer a day ago

0 replies

View on Hacker News

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.

https://github.com/stonecharioteer/download-manager/