Files
fw-anwesenheit/src/store/mod.rs
2025-10-10 01:12:46 +02:00

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;