Expand description
A companion crate to the include-preprocessor crate that provides an include_str_ipp macro to conveniently invoke the preprocessor for basic use-cases.
Macrosยง
- include_
str_ ipp - Includes a UTF-8 encoded file as a string after processing C-preprocessor style
#includedirectives to inline other UTF-8 encoded files into the string.