#Rust Project This project consists of different CLI tools that used Rust crates to provide a variety of functionalities. Below are the tools l developed: Commands: grep Search for a pattern in a file cat [file2...] Concatenate and display file contents ls List directory contents diff Compare two files time Display current time date Display current date calc Run a calculator password Generate a random password currencyconvert Convert currency weather Fetch weather information shorten Shorten a URL define Look up word definition reverse Reverse a string analyze Analyze text data xo Play Tic-Tac-Toe game Usage: cargo run -- eg for weather: cargo run -- weather "New York"