Rust-Python Load Tester
I’m building a performance testing tool with a Rust core using Tokio and Reqwest, with a Python interface built around Typer and PyO3. You can use it as a regular CLI, but you can also write performance tests directly in Python. The goal is to keep the developer experience simple and familiar while using Rust for fast, concurrent, high-throughput load generation.