Skip to content

ZaIdZaHeEr/Poeple-management-RUST

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

People Management System in Rust

A simple command-line People Management System built in Rust.
Manage people by adding, viewing, deleting, and searching for them with an interactive menu.

Features

  • 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

How to Run

  1. Clone the repository:
git clone https://github.com/ZaIdZaHeEr/Poeple-management-RUST.git
cd people-management-rust

cargo run

License

-MIT License – feel free to use and modify.

About

People Management System in Rust is a CLI app to add, view, delete, and search people with attributes like name, age, hair color, height, and weight. It demonstrates structs, enums, vectors, and basic Rust concepts for beginners in a functional interactive program.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors