C++ library implementing mustache template syntax
Complete implementation of {{mustache}} templates using modern C++
mstch$ echo '{"name": "World"}' | mstch 'Hello {{name}}!'$ mstch template.mustache data.json > output.txt$ #include <mstch/mstch.hpp>