auto-delete-path 0.1.0

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

A super small (0 dependencies) 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.