Crate nd_util

Crate nd_util 

Source

Structs§

ArcAnyhowError
An Arc’ed anyhow error.
DropRemovePath
Asyncronously remove a file at a path on drop.
DropRemovePathBlocking
Syncronously remove a file at a path on drop.

Functions§

download_to_file
Download a url using a GET request to a tokio file.
download_to_path
Using the given client, download the file at a url to a given path.
try_create_dir
Try to create a dir at the given path.
try_remove_dir
Try to remove a dir at the given path.