Crate axum_template

Source
Expand description

§axum-template

LICENSE Test status Crates.io Version docs.rs MSRV

Layers, extractors and template engine wrappers for axum based Web MVC applications

§Getting started

The engine module contains detailed usage examples for each of the supported template engines.

If you plan using an unsupported engine, check the TemplateEngine docs

§Available features

§Learning resources

Tutorials, blog posts and success stories not affiliated to this project. They might be useful for new commers of the Rust programming language or experienced devs that would like to see this library in action.

§License

Licensed under the MIT license. See LICENSE for more information

Modules§

engine
Types that implement TemplateEngine for commonly used template engines

Structs§

Key
Extracts matched path of the request
Render
Rendered template response
RenderHtml
Rendered Html response

Traits§

TemplateEngine
An abstraction over different templating engines