[][src]Crate yarte

Yarte stands for Yet Another Rust Template Engine, is the fastest template engine. Uses a Handlebars-like syntax, well known and intuitive for most developers. Yarte is an optimized, and easy-to-use rust crate, can create logic around their templates using using conditionals, loops, rust code and templates composition.

Also Yarte incorporates feature with-actix-web, an implementation of actix-web's trait Responder for those using this framework.

Yarte book

Modules

recompile

Structs

Error

The error type which is returned from formatting a message into a stream.

Traits

Render

Render trait, used for wrap unsafe expressions {{ ... }} when it's in a html template

Template

Template trait, will implement by derive like Display or actix_web::Responder (with feature)

Type Definitions

Result

Derive Macros

Template