Skip to main content

Crate ppx

Crate ppx 

Source

Macros§

include_ppx(macro or macro-stable) and nightly
Parse a macro at compile time from a file.
include_ppx_stringmacro or macro-stable
Parse a macro at compile time from a string.

Enums§

Error

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 to parse.
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 to parse_string.
parse_string_vfsvfs
parse_string_vfs_cowvfs
parse_vfsvfs
Parse a file in a virtual filesystem using the templating engine.
parse_vfs_cowvfs