dload
dload is a simple crate to help downloading files from the internet easily. It is a simple wrapper around the reqwest crate.
Usage
Add it to your package:
Then you can use it like this:
use download;
This will download the file from the given URL and save it to the given directory with the given file name.