Expand description
The main crate for the Rustache library.
Rustache is a flexible template engine for Rust.
Structs§
- Error
- Alias for Result<T,
RustacheError
> - 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§
- Error
Kind - Alias for Result<T,
RustacheError
>
Traits§
- Chain
Err - Alias for Result<T,
RustacheError
> - Render
- Defines a
renderable
trait, so that all of our data is renderable