Registry / web-framework / askama-axum

askama-axum

JSON →
library0.5.0+deprecatedrscratesunverified

Integration crates like `askama_axum` were removed from askama 0.13.

# Cargo.toml [dependencies] askama_axum = "0.5.0+deprecated"
INSTALL
IMPORT
SIG · ASKAMA-AXUM
A
askama-axum
web-frameworkrustv0.5.0+deprecated
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.

Template
use askama_axum::Template;

Renders a template using Askama with Axum integration (deprecated).

use askama_axum::Template; #[derive(Template)] #[template(path = "hello.html")] struct HelloTemplate { name: String } fn main() { let t = HelloTemplate { name: "world".into() }; println!("{}", t.render().unwrap()); }
Debug
Known issues
breakingThis crate is deprecated and removed from askama 0.13.
fix
Use askama directly with axum integration or switch to rinja.
affects: >=0.5.0
Upgrade
Version history
0.5.0+deprecatedlatest on crates.io
Audit
Dependencies

No dependency data recorded yet.

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