data_downloader
This crate provides a simple way to download files. In particular this crate aims to make it easy to download and cache files that do not change over time, for example reference image files, ML models, example audio files or common password lists.
Roadmap
- Test concurrency
- Add an expected_size: Optional size to DownloadRequests
- If the download is bigger than that fail
- If it is None no upper limit