coder-rust-axum-api
Installation
SKILL.md
<skill_overview> Build robust, typed, and maintainable HTTP APIs with axum Creating new axum endpoints Designing routers and route groups Using extractors for request data Sharing application state safely Implementing middleware and error mapping Axum GitHub Axum Extractors Docs </skill_overview> Use Router::route with method routers for clarity Group related endpoints with nested routers Prefer typed Path and Query extractors over manual parsing Use fallback to handle unknown routes consistently