cargo-php-sys-build 0.1.0

Generate pregenerated Rust bindings for php-all-sys from vendored PHP headers
Documentation
1
2
3
4
5
6
7
mod build_files;
mod phpgen;

pub use build_files::*;
pub use phpgen::*;

pub static PHP_INCLUDES: &[&str] = &["Zend", ".", "TSRM", "main"];