auto-delete-path 0.2.0

A simple PathBuf wrapper that gets deleted when it goes out of scope
Documentation

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.