Skip to main content

download_file

Function download_file 

Source
pub fn download_file(url: &str, dest: &Path) -> Result<()>
Expand description

Download a URL to a file on disk. Shows no progress (use for small files).