A jinja2cpp interface for C.
You can build a lib with: $make shared
or $make static
. YOu can build a static lib for ios wiht $make ios
.
This wrapper was tested against Jinja2Cpp 1.3.2
The exported API is split in two groups: Basic and Advanced.
It is meant for quick use, please refer to basic_interface.h and its example use basic_main.c.
It is optimized by providing a pointer to already parsed templates, that is quite expensive.
Please refer to advanced_interface.h and its example use advanced_main.c.