You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hands-on notes and minimal examples as I learn Axum, the ergonomic Rust web framework. Each folder is a self-contained lesson: routing and extractors, shared state, middleware, JSON validation, auth with JWT, SQLx integration, error handling, and graceful shutdown. Clone, run, break things, learn.