Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ffi

Should I use libc::c_char or std::os::raw::c_char?

rust ffi

Python 3 replacement for PyFile_AsFile

python python-3.x ctypes ffi

Dart/Flutter ffi (Foreign Function Interface) native callbacks eg: sqlite3_exec

flutter dart ffi dart-ffi

Feedback on Haskell FFI [closed]

haskell f# ffi

Haskell Polyvariadic Function With IO

haskell ffi polyvariadic

When does the garbage collector run when calling Haskell exports from C?

Why is there no 'foreign import prim unsafe'?

haskell ghc ffi

How to choose right Haskell C type?

c haskell types ffi

Freeing memory allocated with newCString

How to force g++ to inline functions?

c++ haskell inline ffi ghci

How to "unpack" a structure in haskell

haskell struct ffi

Calling Rust from Swift

c swift rust ffi

Testing FFI Code (with "foreign import"s) with GHCi

haskell ffi ghci

How to implement actions in ST-monad with my own underlying representation (similarly to STRef or STArray) using simple techniques?

How to use hsc2hs to bind to constants, functions and data structures?

haskell ffi hsc2hs

How to pass a string from Haskell to C?

c haskell ffi

Passing a Rust variable to a C function that expects to be able to modify it

c rust ffi

Haskell FFI: Calling FunPtrs

c haskell ffi

How difficult is the LuaJIT FFI?

c lua ffi luajit

Calculate distance between two raw pointers

rust ffi