Demonstrates passing data back and forth between Zig and Python via cffi.
Each example is standalone and consist a single .zig and .py file.
- Build the example as a library
zig build-lib -dynamic [example].zig
- Run the python script
python [example].py
- Zig 11+
- Python 3+