ergani 0.2.1

Rust SDK for the Greek government Ergani API for employee workflows
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod company;
pub mod employee;
mod overtime;
pub mod overtime_builder;
pub mod types;
pub mod weekly_work_days;
mod work_card;
pub mod work_card_builder;
mod work_day_details;
pub mod work_day_details_builder;