bbq 0.1.3

This project is for file handling. It can add, delete, modify, and query.
Documentation
  • Coverage
  • 54.17%
    13 out of 24 items documented8 out of 15 items with examples
  • Size
  • Source code size: 14.9 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.85 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
  • hshe/bbq
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • hshe

This library is primarily designed for file operations. It includes features such as:

  • Viewing file directory sizes
  • Specifying files for deletion
  • And many other file-related actions

Please refer to the documentation for more detailed information on how to use these features.

usage

bbq::remove_old_files("/path/to/directory", 1024 * 1024 * 10);