/learning-rust

Learning Rust from the official Rust book

Primary LanguageRustMIT LicenseMIT

learning-rust

Learning Rust from the official Rust book

In Chapter three, created the following projects

At the end of chapter 6

Currently at

  • Using a hash map and vectors, create a text interface to allow a user to add employee names to a department in a 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.
  • Chapter 9

Contributors

The following awesome people have helped me improve these examples and make the code better!

  • @fschutt
  • @aeveris