소개
This skill provides comprehensive guidance for building robust Rust web services using the Axum framework and SQLx toolkit. It specializes in Axum 0.8+ syntax, efficient database connection pooling, transaction handling, and type-safe SQL operations. By enforcing best practices like proper state management and offline query compilation, it helps developers build scalable, error-resilient backends while avoiding common pitfalls such as double-Arcing, transaction dereference errors, and improper nullability handling.