Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 759 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 759 Bytes

jinja2c

A jinja2cpp interface for C.

Building

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

API

The exported API is split in two groups: Basic and Advanced.

Basic

It is meant for quick use, please refer to basic_interface.h and its example use basic_main.c.

Advanced

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.