ext-php-rs 0.5.0

Bindings for the Zend API to build PHP extensions natively in Rust.
Documentation
# Summary

- [Introduction]./introduction.md
- [Examples]./examples/index.md
  - [Hello World]./examples/hello_world.md
- [Types]./types/index.md
  - [Primitive Numbers]./types/numbers.md
  - [`String`]./types/string.md
  - [`&str`]./types/str.md
  - [`bool`]./types/bool.md
  - [`Vec`]./types/vec.md
  - [`HashMap`]./types/hashmap.md
  - [`Binary`]./types/binary.md
  - [`Option`]./types/option.md
  - [`Object`]./types/object.md
  - [`Closure`]./types/closure.md
- [Macros]./macros/index.md
  - [Module]./macros/module.md
  - [Module Startup Function]./macros/module_startup.md
  - [Function]./macros/function.md
  - [Structs]./macros/structs.md
    - [`impl`s]./macros/impl.md
  - [Constants]./macros/constant.md