ext-php-rs/guide
David 1193cc0537
Replace struct derive macro with attribute macro (#54)
* Replace `ZendObjectOverride` derive macro with `#[php_class]`

* Updated guide with `#[php_class]` macro

* Panic rather than return error when implementing interface

It's gonna panic either way so might as well make it easier for the
builder

* Remove `libc` dependency
2021-08-26 01:04:33 +12:00
..
src Replace struct derive macro with attribute macro (#54) 2021-08-26 01:04:33 +12:00
.gitignore Added ext-php-rs guide (#52) 2021-08-22 01:00:14 +12:00
book.toml Added ext-php-rs guide (#52) 2021-08-22 01:00:14 +12:00