From a0e38847b12041211f19c846e5e8a31861c4ed47 Mon Sep 17 00:00:00 2001 From: David Cole Date: Fri, 2 Apr 2021 18:18:08 +1300 Subject: [PATCH] Updated README --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7eee30d..8309e22 100644 --- a/README.md +++ b/README.md @@ -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