A simple implementation of [Mustache][] in C.
This project ships with both the library (whose API is documented [here][API]) and a simple command-line tool which can, given a mustache template as an argument, render an object (input as JSON) using the template.
Run make
from within the project directory.
Run make install
from within the project directory.