/employee-management-system

A simple employee management system.

Primary LanguageRustMIT LicenseMIT

rust-logo.png

Warning This project is a playground for me to learn and practice new things. It is not intended to be used in production.

Description

This project is a simple employee management system. I have used this project to learn and practice the following:

  • Cargo.
  • Testing in Rust.
  • Documentation in Rust.
  • Structs, Enums, Traits, and Generics in Rust.
  • Error handling in Rust.
  • GitHub Actions with Rust.

Usage

Build

cargo build

Test

cargo test