Skip to main content

Module preprocessor

Module preprocessor 

Source

Structs§

Preprocessor
Preprocess files with the specified command. So instead of reading the file contents directly, lychee will read the output of the preprocessor command. The specified command is invoked with one argument, the path to the input file.

Functions§

from_utf8 🔒