-
Notifications
You must be signed in to change notification settings - Fork 341
Implement async Path & PathBuf #320
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@yoshuawuyts I'm unsure as how to feature gate the unstable Also the |
Let's just omit unstable functions from the standard library.
We should define our own |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great; let's merge this!
@Wassasin thanks so much for all your work on this! This is fantastic! |
Partially closes #183. Tracking PR as quite a lot of methods need to be implemented.
PathBuf
Path