Registry / utility / bustache

bustache

JSON →
library1.1.0vcpkgunverified

C++11 implementation of {{ mustache }}

vcpkg install bustache
INSTALL
IMPORT
SIG · BUSTACHE
B
bustache
utilitycppv1.1.0
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.

bustache/bustache.hpp
#include <bustache/bustache.hpp>

Render a simple Mustache template

#include <bustache/bustache.hpp> #include <iostream> int main() { bustache::format format("Hello, {{name}}!"); bustache::object data; data["name"] = "World"; std::cout << format(data) << std::endl; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.1.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources

No resource links recorded.

bustache — pip install bustache · libregistry