-
Notifications
You must be signed in to change notification settings - Fork 34
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
impl IntoExecutablePath for camino paths? #90
Comments
I only have time to write a brief comment at the moment, but I just want to say that this sounds like a good idea, and I would've been really nice to know about |
Yikes! Yeah camino would really help for that, wouldn't it. I can submit a PR for this. Would you prefer
|
Let's start with a non-default feature, if that's ok with you. |
Add support behind a non-default `"camino"` feature. Closes oconnor663#90.
Add support behind a non-default `"camino"` feature. Closes oconnor663#90.
Hey Jack, been a while! hope you're doing well :)
We released https://github.com/withoutboats/camino recently which adds UTF-8 path types. The readme explains the advantages of using it -- I was wondering if you think implementing
IntoExecutablePath
forUtf8Path
andUtf8PathBuf
would be reasonable (perhaps behind a feature flag).Thanks!
The text was updated successfully, but these errors were encountered: