callahad / python-rust-ffi

Horrible examples of using cffi to call Rust functions from Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Super rough examples of calling Rust functions from Python via FFI.

Everything tested using Python 3, the "cffi" (pip install cffi) library, and Rust 1.5 stable.

About

Horrible examples of using cffi to call Rust functions from Python

License:MIT License


Languages

Language:Rust 54.3%Language:Python 45.7%