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 HashBuilderis a helper type that constructsDatatypes in aHashMap- VecBuilder
VecBuilderis a helper type that constructsDatatypes in a Vector
Enums§
- Error
Kind - Alias for Result<T,
RustacheError>
Traits§
- Chain
Err - Alias for Result<T,
RustacheError> - Render
- Defines a
renderabletrait, so that all of our data is renderable