axum-knowledge-patch

Installation
SKILL.md

Axum Knowledge Patch

Covers Axum 0.8.0–0.8.5 (2025-01-01 through 2025-09-28). Claude Opus 4.6 knows Axum through 0.7.x. It is unaware of the 0.8 breaking changes and features below.

Index

Topic Reference Key features
Routing & handlers references/routing-and-handlers.md Path syntax /{param}, reset_fallback, method_not_allowed_fallback, CONNECT, Sync requirement
Extractors references/extractors.md No #[async_trait], OptionalFromRequestParts, Option<Json<T>>, Option<Multipart>
WebSockets & responses references/websockets-and-responses.md Utf8Bytes/Bytes messages, HTTP/2 WS, NoContent, SSE binary, ResponseAxumBodyLayer

0.7 → 0.8 Migration — Breaking Changes

What changed Before (0.7) After (0.8)
Path params /:id, /*path /{id}, /{*path} (old syntax panics)
Related skills
Installs
4
GitHub Stars
19
First Seen
Apr 6, 2026