You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's a lot of *_str() variants, we may want to consolidate these all into on as_str()
The as_vec method should probably be as_bytes
The Show trait should probably be implemented on Path
The BytesContainer trait may need to itself be redesigned, other libstd traits are geared towards one method and this may just want to be geared towards as_bytes()
In prep for 1.0 stabilization, this metabug collects the various known API issues for
std::path
. These issues need to be triaged.Semantic problems:
Ergonomics:
Implementation:
pub use
andGenericPath
versus newsys
setupMissing functionality:
The text was updated successfully, but these errors were encountered: