Crate tempura

Source

Modules§

cli
directory
pipeline
project_config
store
transformer

Structs§

BlobLoader
JsonLoader
TemplateLoader
TextLoader
TextWithFrontmatterLoader
YamlLoader

Enums§

StringMatcher
Value
Value is data read from a file by the Loader. Conceptually, it is the same as JSON. It is hierarchical and has types such as object, string, and numeric.

Traits§

Loader
Loader reads Value from a file. There are several Loaders depending on the type of file. For example, TextWithFrontmatterLoader usually loads markdown files, while BlobLoader loads static resources as-is. Which Loader reads which file is specified by the user in the configuration file tempura.json.

Functions§

build
init