-
-
Notifications
You must be signed in to change notification settings - Fork 15.5k
Tracking Issue for fs_native_path #108979
Copy link
Copy link
Open
Labels
A-FFIArea: Foreign function interface (FFI)Area: Foreign function interface (FFI)A-filesystemArea: `std::fs`Area: `std::fs`A-ioArea: `std::io`, `std::fs`, `std::net` and `std::path`Area: `std::io`, `std::fs`, `std::net` and `std::path`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
Metadata
Metadata
Assignees
Labels
A-FFIArea: Foreign function interface (FFI)Area: Foreign function interface (FFI)A-filesystemArea: `std::fs`Area: `std::fs`A-ioArea: `std::io`, `std::fs`, `std::net` and `std::path`Area: `std::io`, `std::fs`, `std::net` and `std::path`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.
Feature gate:
#![feature(fs_native_path)]This is a tracking issue for a new
NativePathtype that allows users to pass paths more directly to system APIs. This will enable third party crates to implement and experiment with their own path types without having to go throughstd::path::Pathencoding.Public API
Steps / History
fs_native_path#108981Unresolved Questions
CStr.Footnotes
https://std-dev-guide.rust-lang.org/feature-lifecycle/stabilization.html ↩