Locate data dir on Linux and Windows

This commit is contained in:
Joscha 2025-01-25 12:01:21 +01:00
parent a132a9bcdf
commit c80325ea40
8 changed files with 77 additions and 32 deletions

7
gdn/src/lib.rs Normal file
View file

@ -0,0 +1,7 @@
mod paths;
pub use crate::paths::Paths;
pub const PROPER_NAME: &str = "GedächtNAS";
pub const TECHNICAL_NAME: &str = "gedaechtnas";
pub const ABBREVIATED_NAME: &str = "gdn";