code cleanup and documentation

This commit is contained in:
2025-12-19 23:08:02 +01:00
parent 3fa81e9ee3
commit 1844037488
5 changed files with 59 additions and 105 deletions

View File

@@ -1,8 +1,7 @@
mod data;
mod protocol;
mod cryptographic_signature;
mod registration;
mod data;
mod messages_structure;
mod registration;
/// Messages sent to the Network thread by the GUI.
pub enum NetworkCommand {