Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ffi

Numpy error when converting array of ctypes types to void pointer

python numpy ctypes ffi

Pass Python list to Rust function

python rust ffi

How to Use Haskell's Stack Build Tool to Export a Library to Be Consumed by C/C++?

haskell ffi haskell-stack

How do I statically link a Haskell library with a Rust project?

haskell rust ffi

FFI in Squeak: Singleton ExternalLibrary vs. class methods vs. methods in ExternalStructures?

smalltalk ffi squeak

How do you work with a C++ function that returns a shared_ptr<T> when calling it from Rust over FFI?

c++ rust shared-ptr ffi

How can I call a Haskell function from Golang?

haskell go ffi

Segmentation fault when calling a Rust lib with Ruby FFI

ruby rust ffi

Could not find ffi in any of the sources

How exactly does PhantomData work in Rust?

rust ffi phantom-types

FFI: How to declare `size_t`

haskell ffi

What is the correct way to convert a Vec for FFI without reallocation?

vector rust ffi

FFI in Haskell, question about the LANGUAGE CPP and how to use a c struct with the FFI

haskell ffi

How do I handle ruby arrays in ruby ffi gem?

c ruby ffi

creating a Dynamic array class in ruby using FFI and C function

c ruby ffi

FFI Haskell Callback with State

haskell ffi

GHCi doesn't work with FFI export declarations/shared libraries

haskell ffi ghci

How do I return an vector of dynamic length in a pub extern "C" fn?

rust ffi

Create *mut *mut to a struct

rust ffi

Haskell FFI: Interfacing with simple C++?

c++ haskell ffi