Skip to content
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

Consider returning Cow<str> where possible #9

Closed
segevfiner opened this issue Jan 14, 2022 · 1 comment
Closed

Consider returning Cow<str> where possible #9

segevfiner opened this issue Jan 14, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@segevfiner
Copy link

It's a breaking change, but it should allow saving doing a copy of the path/string on non Windows OS, where the path is returned as is.

@rhysd rhysd added the enhancement New feature or request label Jun 29, 2022
@rhysd rhysd closed this as completed in 49561d1 Jul 3, 2022
@rhysd
Copy link
Owner

rhysd commented Jul 5, 2022

This change is included in the new release v0.2.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants