ext-php-rs/example/skel
David b23b678a3d
Better interactions with objects (#41)
* Object functions now return references to objects

Added ability to get object class name as well as hashtable of
properties

* Return mutable reference to objects

* Optimized `unwrap_or_else` calls
2021-05-21 17:11:15 +12:00
..
src Better interactions with objects (#41) 2021-05-21 17:11:15 +12:00
.gitignore Added ability to unpack and pack from Rust (#32) 2021-05-05 22:43:06 +12:00
Cargo.toml Rename crate to ext-php-rs 2021-04-02 18:12:30 +13:00
composer.json Added ability to unpack and pack from Rust (#32) 2021-05-05 22:43:06 +12:00
test.php Better interactions with objects (#41) 2021-05-21 17:11:15 +12:00