Registry / web-framework / axum-core

axum-core

JSON →
library0.5.6rscratesunverified

Core types and traits for the axum web framework, providing foundational abstractions.

# Cargo.toml [dependencies] axum-core = "0.5.6"
INSTALL
IMPORT
SIG · AXUM-CORE
A
axum-core
web-frameworkrustv0.5.6
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

FromRequest
use axum_core::extract::FromRequest;

Demonstrates importing core axum types.

use axum_core::extract::FromRequest; use axum_core::response::IntoResponse; fn main() { println!("Axum core types available"); }
Debug
Known issues
gotchaRequires Tokio runtime; not usable without an async executor.
fix
Add tokio as a dependency and use #[tokio::main].
affects: >=0.5.0
Upgrade
Version history
0.5.6latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
12
OpenAI (training)
1
Resources
axum-core — cargo add axum-core · libregistry