Expand description
The main crate for the Rustache library.
Rustache is a flexible template engine for Rust.
Structs§
- Alias for Result<T,
RustacheError
> HashBuilder
is a helper type that constructsData
types in aHashMap
VecBuilder
is a helper type that constructsData
types in a Vector
Enums§
- Alias for Result<T,
RustacheError
>
Traits§
- Alias for Result<T,
RustacheError
> - Defines a
renderable
trait, so that all of our data is renderable
Type Aliases§
- Alias for mustache data hashes
- Alias for a Lambda functions to transform data
- Alias for Result<T,
RustacheError
> - Alias for mustache data vectors