strest 0.1.10

Blazing-fast async HTTP load tester in Rust - lock-free design, real-time stats, distributed runs, and optional chart exports for high-load API testing.
Documentation
# Documentation Index

This folder is organized by concern:

## Guides

- `docs/guides/USAGE.md`: CLI usage, flags, configs, charts, and operational workflows.
- `docs/guides/ADVANCED.md`: replay, WASM, profiling, distributed mode, and sinks.

## Architecture

- `docs/architecture/README.md`: architecture document taxonomy and conventions.
- `docs/architecture/ard/ARCHITECTURE_OVERVIEW.md`: current mode-by-mode call-flow overview.
- `docs/architecture/ard/ARCHITECTURE_TECHNICAL_GUIDE.md`: technical implementation guide for invariants, dispatch, and concurrency.
- `docs/architecture/adr/ADR-0001-hexagonal-vertical-slices.md`: accepted architecture decision.
- `docs/architecture/adr/ADR-0002-type-safety-dispatch-concurrency.md`: accepted technical decision for type safety, dispatch, and low-lock concurrency.
- `docs/architecture/patterns/type-safety-performance-concurrency.md`: technical patterns for type invariants, dispatch, cache behavior, and lock-free concurrency.

## Assets

- `docs/assets/images/`: UI and docs images.
- `docs/assets/charts/`: chart screenshot gallery assets.