pyo3/pyo3-ffi-check
messense 272df32277
Add `publish = false` to pyo3-ffi-check and pytests crate
2022-12-03 21:12:54 +08:00
..
macro Import pyo3-ffi-check 2022-12-03 21:11:40 +08:00
src Import pyo3-ffi-check 2022-12-03 21:11:40 +08:00
Cargo.toml Add `publish = false` to pyo3-ffi-check and pytests crate 2022-12-03 21:12:54 +08:00
README.md Import pyo3-ffi-check 2022-12-03 21:11:40 +08:00
build.rs Import pyo3-ffi-check 2022-12-03 21:11:40 +08:00
wrapper.h Import pyo3-ffi-check 2022-12-03 21:11:40 +08:00

README.md

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.