1 2 3 4 5
//! Raw FFI bindings to the Zend API. #![allow(clippy::all)] #![allow(warnings)] include!(concat!(env!("OUT_DIR"), "/bindings.rs"));