We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
OsString
OsStr
u8
BString
BStr
I'm willing to implement that if considered a good addition to the crate.
The text was updated successfully, but these errors were encountered:
Could you please say why the existing routines for this aren't suitable for your use case?
Sorry, something went wrong.
They are suitable to me, I was just expecting to find those in a From/TryFrom implementations of Bstr/BString
From
TryFrom
Bstr
No branches or pull requests
Since on Unix systems
OsString
/OsStr
are made ofu8
, it would be convenient to be able to convert these types toBString
andBStr
on Unix system.I'm willing to implement that if considered a good addition to the crate.
The text was updated successfully, but these errors were encountered: