Give things unique ID types, not aliases, to prevent mixups

This commit is contained in:
James Wilson
2021-06-30 16:59:03 +01:00
parent 06bd660599
commit 4308359feb
14 changed files with 308 additions and 394 deletions
+2 -1
View File
@@ -5,4 +5,5 @@ pub mod util;
pub mod json;
pub mod log_level;
pub mod assign_id;
pub mod most_seen;
pub mod most_seen;
pub mod id_type;