ffi.md
July 15, 2021 ยท View on GitHub
Bookmarks tagged [ffi]
www.codever.land/bookmarks/t/ffi
Foreign Function Interface
https://doc.rust-lang.org/book/first-edition/ffi.html
The Rust FFI Omnibus
http://jakegoulding.com/rust-ffi-omnibus/
A collection of examples of using code written in Rust from other languages
FFI examples written in Rust
https://github.com/alexcrichton/rust-ffi-examples
FFI examples written in Rust. Contribute to alexcrichton/rust-ffi-examples development by creating an account on GitHub.
- tags: rust, ffi
- :octocat: source code
rlhunt/cbindgen
https://github.com/eqrion/cbindgen
generates C header files from Rust source files. Used in Gecko for WebRender
- tags: rust, ffi, c
- :octocat: source code
Sean1708/rusty-cheddar
https://github.com/Sean1708/rusty-cheddar
generates C header files from Rust source files
- tags: rust, ffi, c
- :octocat: source code
rust-lang/rust-bindgen
https://github.com/rust-lang/rust-bindgen
A Rust bindings generator
- tags: rust, ffi, cpp
- :octocat: source code
rusterlium/rustler
https://github.com/rusterlium/rustler
safe Rust bridge for creating Erlang NIF functions
- tags: rust, ffi, erlang
- :octocat: source code
mgattozzi/curryrs
https://github.com/mgattozzi/curryrs
Bridge the gap between Haskell and Rust
- tags: rust, ffi, haskell
- :octocat: source code
mgattozzi/haskellrs
https://github.com/mgattozzi/haskellrs
Rust in Haskell FFI Example
- tags: rust, ffi, haskell
- :octocat: source code
mgattozzi/rushs
https://github.com/mgattozzi/rushs
Haskell in Rust FFI Example
- tags: rust, ffi, haskell
- :octocat: source code
bennettanderson/rjni
https://github.com/benanders/rjni
- tags: rust, ffi, java
- :octocat: source code
drrb/java-rust-example
https://github.com/drrb/java-rust-example
- tags: rust, ffi, java
- :octocat: source code
rawrasaur/rust-jdbc
https://github.com/rawrasaur/rust-jdbc
- tags: rust, ffi, java
- :octocat: source code
jcmoyer/rust-lua53
https://github.com/jcmoyer/rust-lua53
- tags: rust, ffi, lua
- :octocat: source code
kballard/rust-lua
https://github.com/lilyball/rust-lua
- tags: rust, ffi, lua
- :octocat: source code
tickbh/td_rlua
https://github.com/tickbh/td_rlua
Zero-cost high-level lua 5.3 wrapper for Rust
- tags: rust, ffi, lua
- :octocat: source code
tomaka/hlua
https://github.com/tomaka/hlua
Rust library to interface with Lua
- tags: rust, ffi, lua
- :octocat: source code
anima-engine/mrusty
https://github.com/anima-engine/mrusty
- tags: rust, ffi, mruby
- :octocat: source code
neon-bindings/neon
https://github.com/neon-bindings/neon
- tags: rust, ffi, node.js
- :octocat: source code
SSheldon/rust-objc
https://github.com/SSheldon/rust-objc
Objective-C Runtime bindings and wrapper for Rust
- tags: rust, ffi, objective-c
- :octocat: source code
vickenty/mi-rust
https://github.com/vickenty/mi-rust
Adds support to M::I for building modules with Cargo
- tags: rust, ffi, perl
- :octocat: source code
vickenty/perl-xs
https://github.com/vickenty/perl-xs
Create Perl XS modules using Rust
- tags: rust, ffi, perl
- :octocat: source code
getsentry/milksnake
https://github.com/getsentry/milksnake
extension for python setuptools that allows you to distribute dynamic linked libraries in Python wheels in the most portable way imaginable.
- tags: rust, ffi, python
- :octocat: source code
dgrunwald/rust-cpython
https://github.com/dgrunwald/rust-cpython
- tags: rust, ffi, python
- :octocat: source code
PyO3/PyO3
Rust bindings for the Python interpreter
- tags: rust, ffi, python
- :octocat: source code
rustr/rustr
https://github.com/rustr/rustr
use Rust from R, and use R in Rust
- tags: rust, ffi, r
- :octocat: source code
d-unseductable/ruru
https://github.com/d-unseductable/ruru
native Ruby extensions written in Rust
- tags: rust, ffi, ruby
- :octocat: source code
danielpclark/rutie
https://github.com/danielpclark/rutie
native Ruby extensions written in Rust and vice versa
- tags: rust, ffi, ruby
- :octocat: source code
tildeio/helix
https://github.com/tildeio/helix
- tags: rust, ffi, ruby
- :octocat: source code
rustwasm/wasm-pack
https://github.com/rustwasm/wasm-pack
:package: :sparkles: pack up the wasm and publish it to npm!
- tags: rust, ffi, webassembly, wasm
- :octocat: source code
rustwasm/wasm-bindgen
https://github.com/rustwasm/wasm-bindgen
A project for facilitating high-level interactions between wasm modules and JS. [](https://travis-ci.org/rustwasm/wasm-bind...
- tags: rust, ffi, webassembly, wasm
- :octocat: source code