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

Improve display iterations with new winsafe feature #4

Open
michidk opened this issue Sep 24, 2023 · 4 comments
Open

Improve display iterations with new winsafe feature #4

michidk opened this issue Sep 24, 2023 · 4 comments

Comments

@michidk
Copy link
Owner

michidk commented Sep 24, 2023

See rodrigocfd/winsafe#36 (comment)

@shymega
Copy link

shymega commented Sep 24, 2023

Would it be advisable to use Microsoft's official Rust bindings for the Win32 API? I don't do much Win32 work, so please excuse my naivety - just curious.

@michidk
Copy link
Owner Author

michidk commented Sep 27, 2023

Good question. I think I chose winsafe because it's API was more rusty (it's handmade and not autogenerated).

@michidk
Copy link
Owner Author

michidk commented Sep 27, 2023

Ah no actually, winsafe is a safe abstraction. The windows crate provides bindings which only can be used in unsafe context.

@shymega
Copy link

shymega commented Oct 4, 2023

I see, okay. I was just wondering. I have no objections, just worth questioning.

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

No branches or pull requests

2 participants