pub fn data_root() -> Result<PathBuf, PathError>Expand description
Get the root directory for application data (database, config).
Resolution order:
GGLIB_DATA_DIRenvironment variable (highest priority)- Local repository (if running from source)
- System data directory (e.g.,
~/.local/share/gglib)