Structs§
- ArcAnyhow
Error - An Arc’ed anyhow error.
- Drop
Remove Path - Asyncronously remove a file at a path on drop.
- Drop
Remove Path Blocking - 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.