I built BustAPI to solve performance issues I kept hitting with Python APIs. It uses a Rust backend (Actix) with PyO3 so Python devs get speed without writing Rust.
Key points: - 5–10x faster than FastAPI in simple benchmarks - Familiar Flask/FastAPI-style API - Focused on admin backends and high-throughput APIs
I’d love feedback, especially on API design and real-world use cases.