mirror of
https://github.com/Djeeberjr/fw-anwesenheit.git
synced 2026-04-30 18:49:09 +00:00
12 chars of hex are 6 Bytes not 12
This commit is contained in:
@@ -5,5 +5,5 @@ mod id_store;
|
|||||||
pub use id_mapping::{IDMapping, Name};
|
pub use id_mapping::{IDMapping, Name};
|
||||||
pub use id_store::{IDStore,AttendanceDay};
|
pub use id_store::{IDStore,AttendanceDay};
|
||||||
|
|
||||||
pub type TallyID = [u8; 12];
|
pub type TallyID = [u8; 6];
|
||||||
pub type Date = [u8; 10];
|
pub type Date = [u8; 10];
|
||||||
|
|||||||
Reference in New Issue
Block a user