6818e737ef
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> |
||
---|---|---|
.. | ||
macro | ||
src | ||
Cargo.toml | ||
README.md | ||
build.rs | ||
wrapper.h |
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.