2022-11-23 07:47:33 +00:00
|
|
|
# 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.
|
|
|
|
|
2023-03-08 15:08:27 +00:00
|
|
|
The main purpose of this program is to be run as part of PyO3's continuous integration pipeline to catch possible errors in PyO3's ffi definitions.
|