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
16
## What


## Why


## Testing

- [ ] `cargo check --locked`
- [ ] Targeted pytest, using the focused `-k` subset from `CONTRIBUTING.md`

## Checklist

- [ ] I kept this change focused.
- [ ] I added or updated tests for behavior changes.
- [ ] I did not include private credentials, tokens, or internal-only artifacts.