Build a high-performance REST API in Rust for AI model inference that handles thousands of requests per second.
You'll implement:
- Async endpoints using
Axum
framework - Connection pooling with
reqwest::Client
- Redis caching with
redis-rs
- Prometheus metrics via
prometheus
crate - Structured logging with
tracing
Learn to write production-grade Rust code with tokio
async runtime and achieve sub-10ms response times.