Macros§
- include_
ppx ( macroormacro-stable) andnightly - Parse a macro at compile time from a file.
- include_
ppx_ string macroormacro-stable - Parse a macro at compile time from a string.
Enums§
Functions§
- parse
- Parses a file using the templating engine.
- parse_
cow - Same as parse, but the parameters iterator has an item of
impl Into<Cow<str>>. This is so that an empty iterator can be passed toparse. - parse_
string - Parses a file using the templating engine.
- parse_
string_ cow - Same as parse_string, but the parameters iterator has an item of
impl Into<Cow<str>>. This is so that an empty iterator can be passed toparse_string. - parse_
string_ vfs vfs - parse_
string_ vfs_ cow vfs - parse_
vfs vfs - Parse a file in a virtual filesystem using the templating engine.
- parse_
vfs_ cow vfs