bbq

Crates.iobbq
lib.rsbbq
version0.1.3
sourcesrc
created_at2022-09-13 03:04:43.347798
updated_at2024-04-05 02:42:25.950138
descriptionThis project is for file handling. It can add, delete, modify, and query.
homepage
repositoryhttps://github.com/hshe/bbq
max_upload_size
id664191
size15,237
hshe (hshe)

documentation

README

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);
Commit count: 16

cargo fmt