From 293533ca9a52409edf9eaf6004b6d0d3ab73d349 Mon Sep 17 00:00:00 2001 From: Daniel Sipka Date: Fri, 24 Apr 2015 12:25:24 +0200 Subject: [PATCH] supported features --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index d08bc1e..155fafe 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,17 @@ mstch is a complete implementation of [{{mustache}}](http://mustache.github.io/) [![Build Status](https://travis-ci.org/no1msd/mstch.svg?branch=master)](https://travis-ci.org/no1msd/mstch) +## Supported features + +mstch supports the complete feature set described in the `mustache(5)` [manpage](http://mustache.github.com/mustache.5.html): + + - JSON-like data structure using [Boost.Variant](http://www.boost.org/doc/libs/1_57_0/doc/html/variant.html) + - variables, sections, inverted sections + - partials + - changing the delimiter + - C++11 lambdas + - C++ objects as view models + ## Basic usage ```c++