pyo3/pyo3-ffi-check
dependabot[bot] 6818e737ef
Update bindgen requirement from 0.63.0 to 0.65.1
Updates the requirements on [bindgen](https://github.com/rust-lang/rust-bindgen) to permit the latest version.
- [Changelog](https://github.com/rust-lang/rust-bindgen/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/rust-bindgen/compare/v0.63.0...v0.65.1)

---
updated-dependencies:
- dependency-name: bindgen
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-13 07:39:44 +00:00
..
macro Bump Rust edition to 2021 and make current Clippy happy. 2023-06-07 21:15:38 +02:00
src ci: add Python 3.12-dev jobs 2023-06-11 21:57:17 +01:00
Cargo.toml Update bindgen requirement from 0.63.0 to 0.65.1 2023-06-13 07:39:44 +00:00
README.md Explain that pyo3-ffi-check is part of our CI now. 2023-03-08 16:08:27 +01:00
build.rs ci: run pyo3-ffi-check using nox 2022-12-26 08:50:33 +00: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 be run as part of PyO3's continuous integration pipeline to catch possible errors in PyO3's ffi definitions.