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
Axumframework - Connection pooling with
reqwest::Client - Redis caching with
redis-rs - Prometheus metrics via
prometheuscrate - Structured logging with
tracing
Learn to write production-grade Rust code with tokio async runtime and achieve sub-10ms response times.