A simple command-line People Management System built in Rust.
Manage people by adding, viewing, deleting, and searching for them with an interactive menu.
- Add a new person with details (name, age, hair color, height, weight)
- View all persons in the list
- Delete a person by index
- Search for a person by index
- Interactive CLI interface
- Clone the repository:
git clone https://github.com/ZaIdZaHeEr/Poeple-management-RUST.git
cd people-management-rust
cargo run-MIT License – feel free to use and modify.