allwright 0.0.1

Driverless browser automation engine with a high-level Rust client and optional CLI.
Documentation
1
2
3
4
5
6
7
8
9
10
11
# allwright Rust crate

`allwright` packages the current Rust surface for the project in a single crate.

It includes:

- a high-level Rust client API for talking to the allwright engine
- the engine server implementation used by the `allwright` CLI
- a feature-gated CLI binary enabled by default

The broader project direction is one automation engine for everything you test. The current Rust implementation is focused on the browser automation layer that path is building from.