Updated README

This commit is contained in:
David Cole 2021-04-02 18:18:08 +13:00
parent 047cdf3928
commit a0e38847b1

View File

@ -2,7 +2,18 @@
Bindings for the Zend API to build PHP extensions natively in Rust. Inspired by [killertux/solder](https://github.com/killertux/solder) and its predecessors.
Very much a work-in-progress. The library will likely have to change name before being published on `crates.io`, as `ext-php-rs` is already taken.
## Features
This is not a set feature list, but these are the features on my roadmap. Create an issue if there's something you'd like to see!
- [x] Module definitions
- [x] Function implementation
- [x] Class implementation
- [x] Class methods
- [ ] Class properties
- [x] Class constants
- [ ] Module constants
- [x] Calling PHP functions
## Requirements