wrap assigning local/global IDs into struct to avoid things getting out of sync

This commit is contained in:
James Wilson
2021-06-21 14:18:44 +01:00
parent 486418e5e9
commit 20524ac8ae
11 changed files with 125 additions and 26 deletions
+2 -1
View File
@@ -3,4 +3,5 @@ pub mod internal_messages;
pub mod types;
pub mod util;
pub mod json;
pub mod log_level;
pub mod log_level;
pub mod assign_id;