Skip to content

woopzz/test-python-rust-ctypes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Test the easiest way to use Rust together with Python.

Topics

Resources

Stars

Watchers

Forks