AGENTS.md — Rust + axum
- Rust 2024 edition, axum 0.8+, tokio, tower-http.
- One application error enum via
thiserrorwithIntoResponseimpl. sqlxwith compile-time checked queries.- No blocking I/O in async fns.
cargo check
cargo clippy --all-targets -- -D warnings
cargo test
sqlx migrate run