Skip to content

Pyrolistical/zig-cffi-python

Repository files navigation

zig cffi python examples

Demonstrates passing data back and forth between Zig and Python via cffi.

Each example is standalone and consist a single .zig and .py file.

How to run examples

  1. Build the example as a library
zig build-lib -dynamic [example].zig
  1. Run the python script
python [example].py

Requirements

  • Zig 11+
  • Python 3+

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published