From 933d946f6820bacd31d50fd8f3872d604ed32cea Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Tue, 14 Jun 2022 17:39:13 +0200 Subject: [PATCH] improved module structure, new archive file --- .idea/runConfigurations/Test.xml | 1 + src/archive.rs | 82 ++++++++++++++++++++++++ src/{core.rs => core/mod.rs} | 0 src/{sp.rs => sp/mod.rs} | 106 ++++++------------------------- 4 files changed, 104 insertions(+), 85 deletions(-) create mode 100644 src/archive.rs rename src/{core.rs => core/mod.rs} (100%) rename src/{sp.rs => sp/mod.rs} (79%) diff --git a/.idea/runConfigurations/Test.xml b/.idea/runConfigurations/Test.xml index 15edb2f..9f2b663 100644 --- a/.idea/runConfigurations/Test.xml +++ b/.idea/runConfigurations/Test.xml @@ -7,6 +7,7 @@