Expand description
The download module.
Responsible for downloading crates and their contents from sources like crates.io.
This module likely includes structures like CrateDownloader which handle the intricacies
of making network requests, handling responses, and processing the downloaded data.
Structsยง
- Crate
Downloader - The
CrateDownloaderstruct, responsible for downloading crate files from the internet.