Glaze: C++ String Interpolation with Stencil & Mustache
2025-06-19
Glaze provides a powerful C++ library for string interpolation using Stencil and Mustache templates. It allows easy formatting of structured data from C++ structs into strings. Features include variable interpolation, boolean conditional sections, container iteration, nested sections, and Mustache-style HTML escaping. Error handling and automatic numbering with `glz::stencilcount` are also included. This simplifies the generation of dynamic output, such as HTML documents or formatted text, using a concise template syntax.
Development
templating engine