Crate rustache [] [src]

The main crate for the Rustache library.

Rustache is a flexible template engine for Rust.

Structs

Error
HashBuilder

HashBuilder is a helper type that constructs Data types in a HashMap

VecBuilder

VecBuilder is a helper type that constructs Data types in a Vector

Enums

ErrorKind

Traits

ChainErr
Render

Defines a renderable trait, so that all of our data is renderable

Type Definitions

Hash

Alias for mustache data hashes

Lambda

Alias for a Lambda functions to transform data

Result
Vector

Alias for mustache data vectors