-
Notifications
You must be signed in to change notification settings - Fork 19
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
WinScard and WinScardContex traits and their implementations #203
WinScard and WinScardContex traits and their implementations #203
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well documented code! Thank you!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just noticed that the folder is called winscard-rs
instead of winscard
. Do you think you could change this in another PR?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, I can change it
Hi,
In this PR I've added the
WinScard
andWinScardContext
traits and implemented them forScard
andScardContext
.We need these features for better interaction between FFI bindings and our scard implementation.
Docs & references:
winscard.h