mirror of
https://github.com/danog/ext-php-rs.git
synced 2025-01-22 21:11:45 +01:00
Updated README
This commit is contained in:
parent
047cdf3928
commit
a0e38847b1
13
README.md
13
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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user