Crate include_preprocessor_macro

Crate include_preprocessor_macro 

Source
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 #include directives to inline other UTF-8 encoded files into the string.