Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ce11an/employee-management-system
- Owner: Ce11an
- License: mit
- Created: 2023-05-16T16:24:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-16T16:32:31.000Z (over 1 year ago)
- Last Synced: 2024-11-01T15:04:14.811Z (3 months ago)
- Language: Rust
- Size: 75.2 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```