ext-php-rs/example/skel/composer.json
David a75fcb50d2
Added ability to unpack and pack from Rust (#32)
* Added ability to `unpack` and `pack` from Rust

* Updated `Pack::pack_into` documentation

* Replaced constant with new flags, fixed example

* Accept slices/arrays when using `Zval::set_binary`
2021-05-05 22:43:06 +12:00

14 lines
245 B
JSON

{
"name": "rust/skel",
"license": "MIT OR Apache-2.0",
"authors": [
{
"name": "David Cole",
"email": "david.cole1340@gmail.com"
}
],
"require": {
"psy/psysh": "^0.10.8"
}
}