Search code examples
Rust Interop with Kotlin/Native...


rustshared-librariesffikotlin-native

Read More
How to call a C++ dynamic library from Rust?...


c++rustffi

Read More
flutter how to create an dart:ffi struct reference...


flutterdartstructffi

Read More
Swift catch with case let...


swiftrustconcurrencytry-catchffi

Read More
Why does printf not work with ccall in haskell?...


haskellprintfffi

Read More
Ruby string to rust and back again...


rubystringrustffi

Read More
How do I get a JavaVM or JNIEnv from an already-running JVM using JNI?...


rustjava-native-interfaceffidll-injectionjnienv

Read More
Supress "terminal-window" when executing an elevated windows command...


gowinapiffiuacelevated-privileges

Read More
JDK-18 Foreign Functions : How to upCall non-static functions?...


javajava-native-interfaceffijepproject-panama

Read More
Is userdata in LuaJIT ffi garbage collected when it is returned from a C function by value?...


cluaffiluajit

Read More
bundle install is not successful cannot install ffi 1.9.9 osx 10.9...


rubygemsffi

Read More
JNI Performance...


javajvmjava-native-interfacehdf5ffi

Read More
Borrow checking for C struct field...


crustffi

Read More
Is there any way to create a const &'static CStr?...


rustffi

Read More
Writing a static cpp library for a haskell stack project...


c++windowshaskellffihaskell-stack

Read More
Why the linker cannot find my local C shared library for use with FFI in Rust?...


crustlinkerlinker-errorsffi

Read More
Why is it not very reliable for rust to pass data on the heap through the Box method?...


rustffibox

Read More
Why does converting a `String` to a `*const i8` and back cause it to change its data?...


rustffi

Read More
How do I convert a C string into a Rust string and back via FFI?...


cffirust

Read More
Compiling Ruby C API (cross-platform)...


crubygccmakefileffi

Read More
"pointer value used where a floating-point was expected", but variable is of type void *...


ccastingffi

Read More
How to publish a constant string in the Rust FFI?...


rustffi

Read More
What is the correct way to obtain a String from a Foreign Function that returns a char pointer...


javaffijava-21java-22java-ffm

Read More
How can I access a C global variable/constant in Rust FFI?...


crustffi

Read More
Rust FFI works fine until I try and use std::cout/std::vector etc...


c++rustffi

Read More
access c char pointer to char pointer in luajit ffi...


pointerscharffiluajit

Read More
How to pass ragged arrays with Haskell FFI...


haskellffi

Read More
Rust zero-cost handling of C two-dimensional array without pointer arithmetic?...


rustffi

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


rustsliceffi

Read More
Multiple FFI calls to a Haskell function with side-effects...


haskellffiside-effects

Read More
BackNext