Testing Python-Rust FFI Only ctypes. $ cargo build --release $ TEST_PY=1 python3 main.py # Run the python version. $ TEST_RUST=1 python3 main.py # Run the rust version.