Registry / other / mstch
library1.0.2vcpkgunverified

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

vcpkg install mstch
INSTALL
IMPORT
SIG · MSTCH
M
mstch
othercppv1.0.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

mstch/mstch.hpp
#include <mstch/mstch.hpp>

Render a simple Mustache template

#include <mstch/mstch.hpp> #include <iostream> int main() { std::string result = mstch::render("Hello {{name}}!", mstch::object{{"name", "World"}}); std::cout << result << std::endl; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.2latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources

No resource links recorded.

mstch — pip install mstch · libregistry