Skip to main content

Crate strest

Crate strest 

Source
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.
http
HTTP request execution and workload orchestration.
metrics
Metrics collection, aggregation, and histogram utilities.
sinks
Output sinks for run summaries and streaming stats.
ui
Terminal UI models and rendering.