Just a simple password generator project wrote in rust
1- Clone the repository :
git clone https://github.com/hosseinyn/PassR.git
2- Open the project directory :
cd PassR
3- Build the project using cargo
cargo build
4- Run the project using cargo
cargo run