rustwright-core 0.1.1

Rust CDP core for a Python Playwright-compatible automation API
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "rustwright/rustwright",
  "description": "PHP FFI binding for the Rustwright C API",
  "type": "library",
  "license": "MIT",
  "require": {
    "php": ">=8.1",
    "ext-ffi": "*"
  },
  "autoload": {
    "psr-4": {
      "Rustwright\\": "src/"
    }
  }
}