Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ce11an/employee-management-system

A simple employee management system.
https://github.com/ce11an/employee-management-system

Last synced: 29 days ago
JSON representation

A simple employee management system.

Awesome Lists containing this project

README

        

![rust-logo.png](assets/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:

* [x] Cargo.
* [x] Testing in Rust.
* [x] Documentation in Rust.
* [x] Structs, Enums, Traits, and Generics in Rust.
* [x] Error handling in Rust.
* [x] GitHub Actions with Rust.

## Usage

### Build

```bash
cargo build
```

### Test

```bash
cargo test
```