mirror of
https://github.com/Djeeberjr/fw-anwesenheit.git
synced 2025-09-13 10:04:18 +00:00
10 lines
184 B
Rust
10 lines
184 B
Rust
mod id_mapping;
|
|
pub mod persistence;
|
|
mod id_store;
|
|
|
|
pub use id_mapping::{IDMapping, Name};
|
|
pub use id_store::{IDStore,AttendanceDay};
|
|
|
|
pub type TallyID = [u8; 8];
|
|
pub type Date = u64;
|