download

Function download 

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

Convenience top-level API so other crates can call downloads without instantiating KGet themselves.