auto-delete-path

Crates.ioauto-delete-path
lib.rsauto-delete-path
version0.2.0
sourcesrc
created_at2020-11-18 09:48:07.458257
updated_at2022-05-19 10:05:06.923143
descriptionA simple PathBuf wrapper that gets deleted when it goes out of scope
homepage
repositoryhttps://github.com/thanasis2028/auto-delete-path
max_upload_size
id313618
size6,169
Thanasis Katsios (thanasis2028)

documentation

https://docs.rs/auto-delete-path

README

auto-delete-path

crates.io crates.io

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.

Commit count: 4

cargo fmt