Skip to content

A toy rust prgram that tracks employees via command line interface.

Notifications You must be signed in to change notification settings

nfriedly/rust_employees_db

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Text-based employees DB

Using a hash map and vectors, create a text interface to allow a user to add employee names to a department in the company. For example, “Add Sally to Engineering” or “Add Amir to Sales”. Then let the user retrieve a list of all people in a department or all people in the company by department, sorted alphabetically.

From https://doc.rust-lang.org/book/second-edition/ch08-03-hash-maps.html

About

A toy rust prgram that tracks employees via command line interface.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages