pub fn default_vault_dir() -> Result<PathBuf, Error>Expand description
Returns the default directory for the local vault.
LOCKBOX_VAULT_DIR overrides the platform default. Without an override,
the path follows the operating system’s application-data conventions.