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

Implement conversion of OsStr/OsString to BStr/BString when Unix #80

Closed
GrayJack opened this issue Dec 27, 2020 · 2 comments
Closed

Implement conversion of OsStr/OsString to BStr/BString when Unix #80

GrayJack opened this issue Dec 27, 2020 · 2 comments
Labels
question Further information is requested

Comments

@GrayJack
Copy link
Contributor

GrayJack commented Dec 27, 2020

Since on Unix systems OsString/OsStr are made of u8, it would be convenient to be able to convert these types to BString and BStr on Unix system.

I'm willing to implement that if considered a good addition to the crate.

@BurntSushi
Copy link
Owner

Could you please say why the existing routines for this aren't suitable for your use case?

@BurntSushi BurntSushi added the question Further information is requested label Dec 27, 2020
@GrayJack
Copy link
Contributor Author

GrayJack commented Dec 27, 2020

They are suitable to me, I was just expecting to find those in a From/TryFrom implementations of Bstr/BString

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants