Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 231 Bytes

readme.md

File metadata and controls

11 lines (8 loc) · 231 Bytes

Mini Billing System CLI program in Rust

  • Useful to understand the basic of Rust.

  • uses enum, struct, impl, match, mod, HashMap, Option returns

Four menus in the program

  1. Add Bill
  2. View Bill
  3. Delete Bill
  4. Edit Bill