Crate phper_macros

Source
Expand description

§phper-macros

The proc-macros for phper.

§License

MulanPSL-2.0.

Macros§

c_str
C style string end with ‘\0’.
c_str_ptr
C style string end with ‘\0’.

Attribute Macros§

php_get_module
PHP module entry, wrap the phper::modules::Module write operation.