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
The current chapter needs to be split:
#[link]
These topics also need to be covered:
repr(C)
extern fn
The text was updated successfully, but these errors were encountered:
It would be great if you could add an example to FFI chapter based of this Stackoverflow question http://stackoverflow.com/questions/26117197/create-interface-to-c-function-pointers-in-rust
Sorry, something went wrong.
I'm going to close this in favor of #643
No branches or pull requests
The current chapter needs to be split:
#[link]
attribute, ffi functions are unsafeThese topics also need to be covered:
repr(C)
attribute for structsextern fn
to C (does this belong here?)The text was updated successfully, but these errors were encountered: