ext-php-rs 0.5.3

Bindings for the Zend API to build PHP extensions natively in Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//! Objects relating to PHP and the Zend engine.

pub mod alloc;
pub mod args;
pub mod boxed;
pub mod class;
pub mod constants;
pub mod enums;
pub mod exceptions;
pub mod execution_data;
pub mod flags;
pub mod function;
pub mod globals;
pub mod module;
pub mod pack;
pub mod types;