#ffi (30 Repositories)
Ranked open-source repositories tagged with #ffi, scored by pull request acceptance likelihood and maintainer engagement velocity.
39.5%
54.1h
30 repositories tagged #ffi
halildurmus/win32
Call Windows APIs from Dart.
lisachenko/z-engine
:zap: PHP Engine Direct API
boltffi/boltffi
A high-performance multi-language bindings generator for Rust, up to 1,000x faster than UniFFI. Ship Rust libraries that feels native to Python, Swift, Kotlin, and more
apache/tvm-ffi
Open ABI and FFI for Machine Learning Systems
reliforp/reli-prof
A sampling profiler or a memory usage profiler for PHP written in PHP, which reads information about running PHP VM from outside the process. You can find performance bottlenecks or memory leaks of your scripts without changing the target script or loading extensions.
PyO3/pyo3
Rust bindings for the Python interpreter
fzyzcjy/flutter_rust_bridge
Flutter/Dart <-> Rust binding generator, feature-rich, but seamless and simple.
coder-dongjiayi/MXLogger
MXLogger 是基于mmap内存映射机制的跨平台日志库,支持AES CFB 128位加密,支持iOS Android Flutter。核心代码使用C/C++实现, Flutter端通过ffi调用,性能几乎与原生一致。 底层序列化使用Google开源的flat_buffers实现,高效稳定。
xberg-io/xberg
Polyglot document intelligence with a Rust core: extract text, metadata, images, tables, and structured data from 106 formats across 140 file extensions, plus code intelligence for 371 languages. Fifteen bindings, with CLI, REST API, and MCP server.
cloudflare/workers-rs
Write Cloudflare Workers in 100% Rust via WebAssembly
JuliaPy/PythonCall.jl
Python and Julia in harmony.
xberg-io/crawlberg
High-performance web crawling engine with bindings for 11 languages
rodrigocfd/windigo
Windows API and GUI in idiomatic Go.
tweag/HaskellR
The full power of R in Haskell.
joe-warren/opencascade-hs
Haskell Bindings for the OpenCASCADE CAD Kernel + A Declarative CAD/Solid Modeling Library
fffonion/lua-resty-openssl
FFI-based OpenSSL binding for OpenResty
LottieFiles/dotlottie-rs
High-performance Lottie & dotLottie player in Rust, with bindings for Android, iOS, Web (WASM), and C/C++.
gobley/gobley
Embed Rust into your Kotlin Multiplatform project
ubolonton/emacs-module-rs
Rust binding and tools for Emacs's dynamic modules
harpocrates/inline-rust
Use snippets of Rust inline in your Haskell programs
JuliaInterop/Cxx.jl
The Julia C++ Interface
tweag/inline-java
Haskell/Java interop via inline Java code in Haskell modules.
wavewave/fficxx
Haskell-C++ Foreign Function Interface Generator
clojurewasm/ClojureWasm
A JVM-free Clojure runtime in Zig — call WebAssembly from Clojure to use libraries written in any language.
zshipko/ocaml-rs
OCaml extensions in Rust
metacall/core
MetaCall: The ultimate polyglot programming experience.
brundonsmith/rust_lisp
A Rust-embeddable Lisp, with support for interop with native Rust functions
CapsAdmin/goluwa
game engine and framework written in luajit
gabrielrcouto/awesome-php-ffi
PHP FFI examples and use cases
Michael-F-Bryan/rust-ffi-guide
A guide for doing FFI using Rust