Skip to content

injeniero/jinja2c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.