Crate rustache

Source
Expand description

The main crate for the Rustache library.

Rustache is a flexible template engine for Rust.

Structs§

Error
Alias for Result<T, RustacheError>
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
Alias for Result<T, RustacheError>

Traits§

ChainErr
Alias for Result<T, RustacheError>
Render
Defines a renderable trait, so that all of our data is renderable

Type Aliases§

Hash
Alias for mustache data hashes
Lambda
Alias for a Lambda functions to transform data
Result
Alias for Result<T, RustacheError>
Vector
Alias for mustache data vectors