mirror of
https://github.com/Djeeberjr/fw-anwesenheit.git
synced 2026-04-30 18:49:09 +00:00
10 lines
166 B
Rust
10 lines
166 B
Rust
pub use id_mapping::{IDMapping, Name};
|
|
pub use id_store::{IDStore,AttendanceDay};
|
|
|
|
mod id_mapping;
|
|
pub mod persistence;
|
|
mod id_store;
|
|
pub mod tally_id;
|
|
pub mod day;
|
|
|