"# Search Tool" A CLI tool to search for a pattern in a file and display the lines tha contain the pattern Installation To install the "search_tool" crate, add it to your 'Cargo.toml' Use To use this crate you need to use the command "search" Example: cargo run --bin "path/to/your/directory" -- search "Your_pattern" "path/to/your/file.txt"