a3s-use-browser 0.3.0

Provider-oriented browser rendering and session contracts for A3S
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# a3s-use-browser

`a3s-use-browser` is the provider-oriented Browser library for A3S. Its stable
boundary is the object-safe `PageRenderer` trait and typed
`RenderRequest`/`RenderedPage` contract.

The default `chrome` feature supplies local Chrome discovery, bounded managed
installation, pooled rendering, and persistent sessions. Callers may inject
another `PageRenderer` without depending on the complete Browser driver.

See the [repository README](../../README.md) for architecture, build, and
release ownership.