-
-
Notifications
You must be signed in to change notification settings - Fork 16.4k
Tracking Issue for xdg_basedir #157515
Copy link
Copy link
Closed as not planned
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 RFCS-tracking-unimplementedStatus: The feature has not been implemented.Status: The feature has not been implemented.T-libsRelevant to the library team, which will review and decide on the PR/issue.Relevant to the library team, which will review and decide on the PR/issue.
Description
Activity
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 RFCS-tracking-unimplementedStatus: The feature has not been implemented.Status: The feature has not been implemented.T-libsRelevant to the library team, which will review and decide on the PR/issue.Relevant to the library team, which will review and decide on the PR/issue.
View all comments
Feature gate:
#![feature(xdg_basedir)]This is a tracking issue for API providing the XDG Base Directories in
std::os::unix::xdg.std::fs::{Home|Media}Dirs#158936Public API
Steps / History
(Remember to update the
S-tracking-*label when checking boxes.)std::os::unix::xdglibs-team#805std::fs::{Home|Media}Dirs#158936Unresolved 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)?