Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ffi

Library plugin manager in rust, is it even doable right now?

rust async-await ffi

How is Foreign Function Interface (FFI) used with Stack?

c haskell ffi haskell-stack

ffi library can't be loaded from cryptography.hazmat.bindings._openssl

General protection fault when a Rust function called from assembly code accesses shared memory

rust code-generation jit ffi

How do I call a C++ constructor using the cxx crate?

c++ rust ffi

How can I export a function written in Rust to C code?

rust ffi bindgen

How can I specify linker flags/arguments in a build script?

rust ffi

Returning a string from a Rust function to be called with FFI

lua rust ffi luajit

Can I call a C++ constructor function in dart ffi?

c++ flutter dart ffi dart-ffi

What's the best way to use a Rust library in Swift code?

swift rust ffi

Racket FFI: C function which accepts a pointer to a function

racket ffi

How can I create a pointer to existing data using the LuaJIT FFI?

pointers ffi luajit

Racket FFI: initialize pointer to NULL

racket ffi

How to update libc::c_char array with String?

encoding rust 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 pass a boxed slice (`Box<[T]>`) to a C function?

rust heap-memory ffi

How does one convert a C pointer-to-pointer to a Rust slice of slices?

rust slice ffi

How to call a Rust function in C?

c rust function-pointers ffi