redesigned dir structure for rust 2018 style guide. made (untested) rtc funtion

This commit is contained in:
Philipp_EndevourOS
2025-07-28 17:25:39 +02:00
parent 4dda9548d3
commit 49027fed99
23 changed files with 168 additions and 390 deletions

View File

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