changed Date to u8 array

This commit is contained in:
Philipp_EndevourOS
2025-10-04 15:45:56 +02:00
parent db7e22f45d
commit 09f21403ec
3 changed files with 9 additions and 8 deletions

View File

@@ -5,5 +5,5 @@ mod id_store;
pub use id_mapping::{IDMapping, Name};
pub use id_store::{IDStore,AttendanceDay};
pub type TallyID = [u8; 8];
pub type Date = u64;
pub type TallyID = [u8; 12];
pub type Date = [u8; 10];