Expand description
The main crate for the Rustache library.
Rustache is a flexible template engine for Rust.
Structs§
- Hash
Builder HashBuilder
is a helper type that constructsData
types in aHashMap
- VecBuilder
VecBuilder
is a helper type that constructsData
types in a Vector
Enums§
- Rustache
Error - Enum to handle errors from the Rustache library.
Traits§
- Render
- Defines a
renderable
trait, so that all of our data is renderable
Type Aliases§
- Rustache
Result - Alias for Result<T,
RustacheError
>