14 lines | 322 Bytes

AGENTS.md — Rust + axum

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