Structs§
- ArcAnyhow
Error - An Arc’ed anyhow error.
- Drop
Remove Path - Asyncronously 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.
- push_
extension - Push an extension to a
PathBuf
. - try_
create_ dir - Try to create a dir at the given path.
- try_
remove_ dir - Try to remove a dir at the given path.
- with_
push_ extension - Push an extension to a
Path
, returning a newPathBuf
.