Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 333 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 333 Bytes

Contact manager

Simple contact manager made with Rust programming language.

It can:

  • Create contacts,
  • Add contacts to a contact book,
  • Find contacts by first name or last name on your contact book,
  • Return all contacts on the contact book,
  • Remove contact from the contact book,

It is a simple yet functional contact book.