mirror of
https://github.com/danog/ext-php-rs.git
synced 2024-11-27 04:24:54 +01:00
a75fcb50d2
* 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`
14 lines
245 B
JSON
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"
|
|
}
|
|
}
|