| Crates.io | axum-inertia |
| lib.rs | axum-inertia |
| version | 0.9.0 |
| created_at | 2023-11-01 20:58:55.934222+00 |
| updated_at | 2025-07-25 16:05:24.538423+00 |
| description | An implementation of the Inertia.js protocol for Axum |
| homepage | |
| repository | https://github.com/mjhoy/axum-inertia |
| max_upload_size | |
| id | 1021769 |
| size | 96,626 |
Implementation of the inertia.js protocol for axum.
Provides an Inertia axum extractor to render responses like so:
async fn get_posts(i: Inertia) -> impl IntoResponse {
i.render("Posts/Index", json!({ "posts": vec!["post one", "post two"] }))
}
See crate documentation for more information.
bump-vX.X.X branchCHANGELOG; start a new [Unreleased] sectionCargo.tomlcargo build (this updates Cargo.lockcargo release (this will run a dry-run, requires cargo-release)main branch locally and run cargo release --execute