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
I would like to use the pcsc-rs crate to implement a rust module which in turn exposes a C api.
In my case I would need to
Context
SCARDCONTEXT
ReaderState
It would be great if there were into_raw and from_raw methods.
into_raw
from_raw
The text was updated successfully, but these errors were encountered:
Now that we explicitly reexport pcsc-sys, this sounds fine to me. Will accept a PR for this.
Sorry, something went wrong.
No branches or pull requests
I would like to use the pcsc-rs crate to implement a rust module which in turn exposes a C api.
In my case I would need to
Context
toSCARDCONTEXT
ReaderState
to SCARD_READERSTATE`It would be great if there were
into_raw
andfrom_raw
methods.The text was updated successfully, but these errors were encountered: