Skip to content

Latest commit

 

History

History
 
 

pyo3-ffi-check

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

pyo3-ffi-check

This is a simple program which compares ffi definitions from pyo3-ffi against those produced by bindgen.

If any differ in size, these are printed to stdout and a the process will exit nonzero.

The main purpose of this program is to run a scheduled weekly job in Github actions to catch possible errors in PyO3's ffi definitions.