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