Crate tempura

source ·

Modules§

Structs§

Enums§

  • 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 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§