-
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.
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
I haven't fuzzed the library. I used the official test suite from https://github.com/mustache/spec.
-
Repository
-
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.
-
This project is what I was referring to as Boostache.
-
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.