A C++11 implementation of Mustache templates. The mandatory portions of the specification are supported.
Preliminary documentation is available at https://pdimov.github.io/mustache.
- GCC 5 or later with
-std=c++11
or above - Clang 3.9 or later with
-std=c++11
or above - Visual Studio 2015 or later
Tested on Github Actions and Appveyor.