Expand description
Core library for the strest CLI.
This crate provides the internal building blocks used by the binary: CLI
argument types, configuration parsing, request execution, metrics
aggregation, and output sinks. The primary user-facing interface is the
strest command-line application; library APIs may evolve as the CLI
grows.
Modulesยง
- args
- CLI argument types and parsing helpers.
- config
- Configuration loading and application.
- domain
- error
- http
- HTTP request execution and workload orchestration.
- metrics
- Metrics collection, aggregation, and histogram utilities.
- protocol
- sinks
- Output sinks for run summaries and streaming stats.
- ui
- Terminal UI models and rendering.