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: almost 9 years ago Related projects:
Repository | Description | Stars |
---|---|---|
| A proof-of-concept demonstrating how to call Rust code from Haskell | 131 |
| A Rust module providing high-performance foreign function interface for Node.js | 196 |
| A Ruby library for loading and calling functions from native libraries | 2,090 |
| Rust bindings for the Python interpreter, allowing Rust code to interact with and use Python libraries and scripts. | 1,815 |
| A CFFI-based alternative to py4cl2 for faster Python interface in Common Lisp | 44 |
| A tool for generating C# foreign function interface (FFI) code from Rust | 703 |
| Raw bindings to Windows API for Rust development | 1,850 |
| An ergonomic Rust wrapper for DuckDB's C API | 527 |
| Enables writing Rust code inline in Haskell programs using quasiquotes | 223 |
| A tutorial on how to work with Haskell FFI and nested structs for bi-directional C->Haskell interop | 85 |
| An alternative implementation of Python in Rust, aiming to provide a native compilation option and explore new possibilities for combining Rust with Python. | 30 |
| A tool for generating FFI wrappers from C header files for Common Lisp | 26 |
| Generates datasets similar to the FFRI dataset | 10 |
| Provides a foreign function interface to call C code from Scheme | 47 |
| Provides a portable interface to call foreign functions and access external libraries in Common Lisp | 440 |