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