04:16
2015-05-27
gist.github.com
developer-tools
Calling Rust from Python/PyPy using CFFI (C Foreign Function Interface)
This article demonstrates how to create a library in Rust and call it from Python (both CPython and PyPy) using the C Foreign Function Interface (CFFI), which offers lower call overhead than ctypes anβ¦