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.