Function reshaderlib::download_file
source · pub async fn download_file(
client: &Client,
url: &str,
path: &str
) -> ReShaderResult<()>Expand description
Downloads a file from the given URL to the given path
pub async fn download_file(
client: &Client,
url: &str,
path: &str
) -> ReShaderResult<()>Downloads a file from the given URL to the given path