Modules§
Structs§
Enums§
- String
Matcher - Value
Valueis 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
LoaderreadsValuefrom a file. There are several Loaders depending on the type of file. For example,TextWithFrontmatterLoaderusually loads markdown files, whileBlobLoaderloads static resources as-is. Which Loader reads which file is specified by the user in the configuration filetempura.json.