{"id":62170,"library":"mstch","title":"Mstch","description":"Mstch is a complete implementation of {{mustache}} templates using modern C++.","status":"active","version":"1.0.2","language":"cpp","source_language":null,"source_url":null,"tags":["templates","mustache","text-processing","modern-cpp"],"install":[{"cmd":"vcpkg install mstch","lang":"bash","label":"vcpkg"},{"cmd":"# CMakeLists.txt\nfind_package(mstch CONFIG REQUIRED)\ntarget_link_libraries(main PRIVATE mstch::mstch)","lang":"cmake","label":"CMake"}],"dependencies":[],"imports":[{"symbol":"mstch/mstch.hpp","correct":"#include <mstch/mstch.hpp>"}],"quickstart":{"code":"#include <mstch/mstch.hpp>\n#include <iostream>\n\nint main() {\n    std::string result = mstch::render(\"Hello {{name}}!\", mstch::object{{\"name\", \"World\"}});\n    std::cout << result << std::endl;\n    return 0;\n}","lang":"cpp","description":"Render a simple Mustache template"},"warnings":[],"env_vars":null,"search_vec":"'c':12 'complet':5 'cpp':20 'implement':6 'modern':11,19 'modern-cpp':18 'mstch':1,2 'mustach':8,14 'process':17 'templat':9,13 'text':16 'text-process':15 'use':10","created_at":"2026-06-17T05:19:19.107929+00:00","updated_at":"2026-06-17T05:19:19.107929+00:00","problems":[],"ecosystem":"vcpkg","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":null,"github":null,"docs":null,"changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["other"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}