Tracking Issue for fs_native_path
#108979
Labels
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
Feature gate:
#![feature(fs_native_path)]
This is a tracking issue for a new
NativePath
type 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::Path
encoding.Public API
Steps / History
fs_native_path
#108981Unresolved Questions
CStr
.Footnotes
https://std-dev-guide.rust-lang.org/feature-lifecycle/stabilization.html ↩
The text was updated successfully, but these errors were encountered: