Module archetect_core::template_engine[][src]

Structs

Context

The struct that holds the context of a template rendering.

Error

The Error type

Map

Re-export Value and other useful things from serde so apps/tools can encode data in Tera types

Number

Re-export Value and other useful things from serde so apps/tools can encode data in Tera types

Tera

The main point of interaction in this library.

Enums

ErrorKind

The kind of an error (non-exhaustive)

Value

Re-export Value and other useful things from serde so apps/tools can encode data in Tera types

Traits

Filter

The filter function type definition

Function

The global function type definition

Test

The tester function type definition

Functions

escape_html

Escape HTML following OWASP

from_value

Re-export Value and other useful things from serde so apps/tools can encode data in Tera types

parse_list
to_value

Re-export Value and other useful things from serde so apps/tools can encode data in Tera types

Type Definitions

Result

Convenient wrapper around std::Result.