file_dig
A crate to help find files in a directory according to various criteria.
Features
- Search the list of files in a directory according to given criteria.
- List of criteria :
- File name
- File size
- File extension
- Search can be recursive or not
Installation
Usage
use project_name;
Requirements
- Rust 1.x
- Cargo
Building from Source
Clone the repository and build using Cargo:
Running Tests
License
This project is licensed under MIT - see the LICENSE file for details.
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.