Expand description
模板渲染模块
提供基于 Askama 模板引擎的渲染支持,与 Axum 框架深度集成。
§特性
- 编译时模板检查,类型安全
- 自动 HTML 转义,防止 XSS 攻击
- 支持 Axum IntoResponse trait
- 可配置模板目录和扩展名
Re-exports§
pub use askama;
Structs§
- Html
Template - HTML 模板响应包装器
- Template
Config - 模板配置
- Template
Renderer - 模板渲染器
- Template
Response - 模板响应构建器
Enums§
- Template
Error - 模板渲染错误