You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, windows-rs doesn't support using types like OsString or PathBuf/Path. These types seem natural to use with the windows API, so could we get support for them? Happy to implement it if you can point me in the right direction.
The text was updated successfully, but these errors were encountered:
Legorooj
changed the title
Support more standard types
Support more standard library types
Apr 30, 2021
The windows crate now provides some support for converting between standard library types. This is somewhat open-ended so I'll close this issue but feel free to open a new issue for any specific type that is otherwise hard to use with the windows crate and we can discuss.
Currently,
windows-rs
doesn't support using types likeOsString
orPathBuf
/Path
. These types seem natural to use with the windows API, so could we get support for them? Happy to implement it if you can point me in the right direction.The text was updated successfully, but these errors were encountered: