Modules§
Structs§
Enums§
- String
Matcher - Value
Value
is data read from a file by theLoader
. Conceptually, it is the same as JSON. It is hierarchical and has types such as object, string, and numeric.
Traits§
- Loader
Loader
readsValue
from a file. There are several Loaders depending on the type of file. For example,TextWithFrontmatterLoader
usually loads markdown files, whileBlobLoader
loads static resources as-is. Which Loader reads which file is specified by the user in the configuration filetempura.json
.