Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 165 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 165 Bytes

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.