mirror of
https://github.com/danog/ext-php-rs.git
synced 2024-11-26 20:15:22 +01:00
daef57ba91
* Remove lifetime from `PhpException` All class entries are effectively static (module start to module end) so it's just a hassle carrying the lifetime everywhere. * Removed forgotten lifetimes * Implement `IntoZval` for `Result<T, E>` Fixes function return error with `PhpResult` as the return type * Updated changelog |
||
---|---|---|
.. | ||
src | ||
.gitignore | ||
book.toml |