-
-
Notifications
You must be signed in to change notification settings - Fork 15k
Tracking Issue for xdg_basedir #157515
Copy link
Copy link
Open
Labels
C-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCCategory: An issue tracking the progress of sth. like the implementation of an RFCI-libs-api-nominatedNominated for discussion during a libs-api team meeting.Nominated for discussion during a libs-api team meeting.S-tracking-unimplementedStatus: The feature has not been implemented.Status: The feature has not been implemented.T-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.Relevant to the library API team, which will review and decide on the PR/issue.
Metadata
Metadata
Assignees
Labels
C-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCCategory: An issue tracking the progress of sth. like the implementation of an RFCI-libs-api-nominatedNominated for discussion during a libs-api team meeting.Nominated for discussion during a libs-api team meeting.S-tracking-unimplementedStatus: The feature has not been implemented.Status: The feature has not been implemented.T-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.Relevant to the library API team, which will review and decide on the PR/issue.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Feature gate:
#![feature(xdg_basedir)]This is a tracking issue for API providing the XDG Base Directories in
std::os::unix::xdg.This is placed in
os::unixbecause it is fundamentally intended to be an OS-specific API surface. Any portable directory conventions are necessarily restricted to only utilizing some widely available subset of conventions or porting one target's conventions to others' environments. This API is exposed such that programs have the option of specializing to the lower level platform-specific conventions.Public API
Steps / History
(Remember to update the
S-tracking-*label when checking boxes.)std::os::unix::xdglibs-team#805Unresolved Questions
runtime_dir(doesn't have a specified default) and/orbin_home_dir(has a specified default but the environment variable override is a common non-XDG-standard extension)?Footnotes
https://std-dev-guide.rust-lang.org/feature-lifecycle/stabilization.html ↩