changed Day implementation

This commit is contained in:
2025-10-10 01:12:46 +02:00
parent 030a372949
commit f1b471c6d8
7 changed files with 85 additions and 47 deletions

View File

@@ -5,6 +5,5 @@ mod id_mapping;
pub mod persistence;
mod id_store;
pub mod tally_id;
pub type Date = [u8; 10];
pub mod day;