tweag / rust-python-interop

Demonstrates how to call Rust code from Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rust-python-interop

Demonstrates how to call Rust code from Python

How to run sample

source .env/bin/activate
pip install maturin
maturin develop
python ./sample.py

About

Demonstrates how to call Rust code from Python

License:Apache License 2.0


Languages

Language:Rust 85.1%Language:Python 14.9%