python-rust-ffi
FFI examples
Documentation of questionable Rust-Python FFI integration practices
Horrible examples of using cffi to call Rust functions from Python
20 stars
4 watching
3 forks
Language: Rust
last commit: over 8 years ago Related projects:
Repository | Description | Stars |
---|---|---|
aisamanra/rust-haskell-ffi | A proof-of-concept demonstrating how to call Rust code from Haskell | 131 |
zhangyuang/node-ffi-rs | Library providing Foreign Function Interface between Rust and Node.js. | 188 |
ffi/ffi | A Ruby library for loading and calling functions from native libraries | 2,086 |
dgrunwald/rust-cpython | Rust bindings for the Python interpreter, allowing Rust code to interact with and use Python libraries and scripts. | 1,813 |
digikar99/py4cl2-cffi | A CFFI-based alternative to py4cl2 for faster Python interface in Common Lisp | 43 |
cysharp/csbindgen | A tool for generating C# foreign function interface (FFI) code from Rust | 696 |
retep998/winapi-rs | Raw bindings to Windows API for Rust development | 1,848 |
duckdb/duckdb-rs | An ergonomic Rust wrapper for DuckDB's C API | 505 |
harpocrates/inline-rust | Enables writing Rust code inline in Haskell programs using quasiquotes | 223 |
ifesdjeen/haskell-ffi-tutorial | A tutorial on how to work with Haskell FFI and nested structs for bi-directional C->Haskell interop | 83 |
windelbouwman/rspython | An alternative implementation of Python in Rust, aiming to provide a native compilation option and explore new possibilities for combining Rust with Python. | 30 |
sdilts/cl-bindgen | A tool for generating FFI wrappers from C header files for Common Lisp | 26 |
ffri/ffridataset-scripts | Generates datasets similar to the FFRI dataset | 10 |
ktakashi/r6rs-pffi | Provides a foreign function interface to call C code from Scheme | 47 |
cffi/cffi | Provides a portable interface to call foreign functions and access external libraries in Common Lisp | 440 |