axum-knowledge-patch

Solid

Axum

AI & Automation 20 stars 0 forks Updated today MIT

Install

View on GitHub

Quality Score: 81/100

Stars 20%
44
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Axum Knowledge Patch Baseline: Axum through 0.7.x. Covered range: `0.8-guide` and `0.8.0`, plus the included `axum-core`, `axum-extra`, and `axum-macros` companion-crate batches. ## Reference index | Reference | Topics | | --- | --- | | [routing-and-serving.md](references/routing-and-serving.md) | Handler and service bounds, path arity, generic listeners, static and typed routing, trailing-slash redirects | | [extractors-and-request-bodies.md](references/extractors-and-request-bodies.md) | Native async extractors, optional extraction, validation errors, strict JSON, body limits, multipart, typed headers, Host and Scheme | | [websockets-and-streaming.md](references/websockets-and-streaming.md) | WebSocket payloads and closure, HTTP/2 routing, subprotocols, fused streams, SSE | | [responses-and-middleware.md](references/responses-and-middleware.md) | Response status parts, unknown-size bodies, redirects, body normalization, content disposition, tracing | | [dependency-and-release-compatibility.md](references/dependency-and-release-compatibility.md) | Rust version requirements, yanked releases, axum-extra feature flags, prost compatibility, axum-macros fix | ## Apply this patch 1. Check `Cargo.lock` and feature selections before changing code; companion-crate behavior differs by patch release and several APIs are unreleased. 2. Address breaking routing, extractor, serving, and WebSocket changes first. 3. Read the matching reference before changing multipart, typed routing...

Details

Author
Nevaberry
Repository
Nevaberry/nevaberry-plugins
Created
6 months ago
Last Updated
today
Language
Shell
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category