Closed
Description
The PathExt
trait provides a number of methods on paths that conveniently connect it to the std::fs
API.
While these methods are largely fine, there is some question as to how many of them there should be; the rationale for the exact selection of methods is currently a bit muddy.
Given that the trait can grow over time with default methods, it may be worth stabilizing the portion we feel confident we want, and then adding more over time.