moved related files into own module

This commit is contained in:
2025-06-26 12:19:40 +02:00
parent 3e079c905f
commit 09725c1e04
16 changed files with 34 additions and 25 deletions

5
src/store/mod.rs Normal file
View File

@@ -0,0 +1,5 @@
mod id_store;
mod id_mapping;
pub use id_store::IDStore;
pub use id_mapping::{IDMapping,Name};