Crate rustache

Source
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 constructs Data types in a HashMap
  • VecBuilder is a helper type that constructs Data types in a Vector

Enums§

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