Implement basic data directory operations

This commit is contained in:
Joscha 2025-02-18 23:21:12 +01:00
parent 58cd4d7517
commit 909399b276
8 changed files with 284 additions and 0 deletions

View file

@ -1,3 +1,4 @@
pub mod data;
pub mod ids;
mod paths;