Crates.io | auto-delete-path |
lib.rs | auto-delete-path |
version | 0.2.0 |
source | src |
created_at | 2020-11-18 09:48:07.458257 |
updated_at | 2022-05-19 10:05:06.923143 |
description | A simple PathBuf wrapper that gets deleted when it goes out of scope |
homepage | |
repository | https://github.com/thanasis2028/auto-delete-path |
max_upload_size | |
id | 313618 |
size | 6,169 |
A super small PathBuf wrapper that gets deleted when it goes out of scope.
Useful for writing tests that work with files and not worrying about having to delete them manually.