bbq 0.1.3

This project is for file handling. It can add, delete, modify, and query.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
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
```rust
bbq::remove_old_files("/path/to/directory", 1024 * 1024 * 10);
```