Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ffi

Is it possible to call a Rust function taking a Vec from C?

rust ffi

Accessing static C functions in DPDK from Rust FFI

c rust ffi dpdk

How do I call a C++ constructor via Rust FFI?

c++ rust ffi

How to define a binding that accepts multiple types in the function signature using reason-react?

Map C++ exceptions to Result

c++ opencv rust ffi

How to store a reference without having to deal with lifetimes?

rust symbols ffi lifetime

How can I convert a Windows OsString to a CString?

rust ffi

How to use C library from Haskell?

c haskell interop ffi

Calling functions from native compiled shared library on Android with Flutter

android c++ flutter dart ffi

Haskell FFI / C MPFR library wrapper woes

What are the trade offs between ffi and mri c extensions in ruby?

ruby ffi

How do I specify a struct as the return value of a function in RubyFFI?

get the address of a function (without interfacing C)

haskell binary ghc ffi

Calling Rust method from C with array parameters

c rust ffi

How to free the memory of a string returned from Rust in C#?

Calling Haskell from C, getting "multiple definition of main" linker error

c haskell linker-errors ghc ffi

Rust Mutex is not working when using a callback function from multiple C threads created by `fork`

multithreading rust mutex ffi

Rust invalid pointer with Box::from_raw() Box::into_raw() round trip

memory rust ffi

Compiling C lib and OCaml exe using it, all using ocamlfind

ocaml ffi ocamlfind

Using the Haskell FFI to marshal structs; also, how to use FunPtr

haskell ffi