Skip to main contentCrate inclusive
Source - bake
- def_lang
- FilePath
- Include
- Metadata
- ModuleName
- Compileable
- A include that provides some mechanism
to transform its content into another form
using additional context (e.g. a std library or imports)
- Data
- An include that only contains text
parse() will always succeed, simply returning
the underlying data as a &'static str - Parseable
- An include that provides some mechanism
to verify the content of the included file
- Runner
- Something that can interpret an Include to
produce a Value or Error at runtime