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);
```