Skip to main content

APP_DIR

Constant APP_DIR 

Source
pub const APP_DIR: &str = "openlogi";
Expand description

Production subdirectory created under each XDG base directory.

Public because the dev tooling has to name the same directories from outside a running app — xtask macos dev-bundle remembers the developer’s codesigning certificate under DEV_APP_DIR, where cargo clean cannot reach it.