# File Finder

`find_file` is a CLI tool written in Rust that searches for a file by name across the entire PC and prints out the directory path where the file is found.

## Installation

To install `find_file`, first ensure you have Rust and Cargo installed. Then, clone the repository and build the project:

```sh
git clone https://github.com/yourusername/file_finder.git
cd find_file
cargo build --release

To use it navigate to target/release and use
./find_file filename [starting_directory]