Smuzzy-waiii / employee-rust

smol employee cli written in rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

employee-rust

smol employee-dept add system written in rust using the module system extensively.

Usage

Programs is a REPL

employee > sdks
Invalid command entered!
employee > add Smuz to Engineering
employee > add PIL to Operations    
employee > display
Employee { name: "Smuz", dept: Engineering }
Employee { name: "PIL", dept: Operations }
employee > exit

TODO:

  • Shift main logic to lib.rs to make it idiomatic and be able to add integration tests.
  • Add tests, both unit test and integration tests

About

smol employee cli written in rust


Languages

Language:Rust 100.0%