auto-delete-path 0.2.0

A simple PathBuf wrapper that gets deleted when it goes out of scope
Documentation
  • Coverage
  • 100%
    4 out of 4 items documented3 out of 4 items with examples
  • Size
  • Source code size: 6.47 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.34 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 10s Average build duration of successful builds.
  • all releases: 10s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • thanasis2028/auto-delete-path
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • thanasis2028

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.