Function download

Source
pub fn download(
    url: &str,
    output_path: Option<&str>,
) -> Result<(), Box<dyn Error + Send + Sync>>
Expand description

Download a file with minimal configuration