mirror of
https://github.com/Djeeberjr/fw-anwesenheit.git
synced 2025-08-02 06:44:17 +00:00
9 lines
147 B
Rust
9 lines
147 B
Rust
mod id_mapping;
|
|
mod id_store;
|
|
|
|
pub use id_mapping::{IDMapping, Name};
|
|
pub use id_store::IDStore;
|
|
|
|
pub type TallyID = [u8; 8];
|
|
pub type Date = u64;
|