Crate ppx_impl

Crate ppx_impl 

Source

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.