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

FFI Topics #1

Open
nvzqz opened this issue Jul 31, 2020 · 1 comment
Open

FFI Topics #1

nvzqz opened this issue Jul 31, 2020 · 1 comment

Comments

@nvzqz
Copy link
Member

nvzqz commented Jul 31, 2020

Please share topics you think that ffi.rs should cover regarding cross-language communication.

@naim94a
Copy link

naim94a commented Aug 3, 2020

I think the following topics should be covered:

  • Rust's currently supported ABIs: such especially "stdcall", "cdecl", "thiscall", "fastcall" (possibly others) and where their usage is appropriate - This is probably already covered by the Rust book
  • The c_variadic feature
  • Using the cc crate (might be already covered by bindgen)

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