Crate phper_macros[][src]

Expand description

The proc-macros for phper.

License

Unlicense.

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.