Candidate Boost.Mustache review starts today

This page summarizes the projects mentioned and recommended in the original post on /r/cpp

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • mustache.js

    Minimal templating with {{mustaches}} in JavaScript

  • This is one of the least-bad names because it implements a non-Boost standard and it's named after that. I've used mustache in Python so knew immediately it was a templating language.

  • spec

    The Mustache spec. (by mustache)

  • I haven't fuzzed the library. I used the official test suite from https://github.com/mustache/spec.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • mustache

    Boost.Mustache (by pdimov)

  • Repository

  • bustache

    C++20 implementation of {{ mustache }}

  • Additionally, why would I care about this specific library implementation, when there are others like bustache which are a lot more popular (0 stars vs 63) and which have much more features, like the optional parts of the Mustache spec? The star count seems petty, but I guess that a library with 0 stars has not been out there for long and had actual real world usage.

  • boostache

    Template engine library in C++

  • This project is what I was referring to as Boostache.

  • mstch

    mstch is a complete implementation of {{mustache}} templates using modern C++

  • How does this compare to https://github.com/no1msd/mstch ? I see they both rely on c++11 and mstch is compliant with the lambda module . If this is the same P. Dimov who wrote the “simple c++11 meta programming” series of articles I can’t wait to check the code. On the other hand I appreciate the simplicity of mstch.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts